Translation components API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/translations/amikumu/website-navigation/th/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 58,
    "total_words": 137,
    "last_change": "2023-01-20T12:07:04.254240Z",
    "recent_changes": 1,
    "translated": 43,
    "translated_words": 93,
    "translated_percent": 74.1,
    "translated_words_percent": 67.8,
    "translated_chars": 539,
    "translated_chars_percent": 68.4,
    "total_chars": 787,
    "fuzzy": 15,
    "fuzzy_percent": 25.8,
    "failing": 16,
    "failing_percent": 27.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "th",
    "name": "Thai",
    "url": "https://traduk.amikumu.com/projects/amikumu/website-navigation/th/",
    "translate_url": "https://traduk.amikumu.com/translate/amikumu/website-navigation/th/"
}