Translation components API.

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

GET /api/translations/andors-trail/user-interface/ro/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 612,
    "total_words": 4301,
    "total_chars": 26208,
    "last_change": "2023-05-17T11:53:40.908160Z",
    "recent_changes": 0,
    "translated": 343,
    "translated_words": 1910,
    "translated_percent": 56.0,
    "translated_words_percent": 44.4,
    "translated_chars": 11811,
    "translated_chars_percent": 45.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 3,
    "failing_percent": 0.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 3,
    "comments": 0,
    "code": "ro",
    "name": "Romanian",
    "url": "https://hosted.weblate.org/projects/andors-trail/user-interface/ro/",
    "translate_url": "https://hosted.weblate.org/translate/andors-trail/user-interface/ro/"
}