Translation components API.

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

GET /api/translations/uh/tutorial/hr/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 188,
    "total_words": 3382,
    "total_chars": 18676,
    "last_change": "2022-07-27T17:50:38.604902Z",
    "recent_changes": 1,
    "translated": 18,
    "translated_words": 205,
    "translated_percent": 9.5,
    "translated_words_percent": 6.0,
    "translated_chars": 1141,
    "translated_chars_percent": 6.1,
    "fuzzy": 20,
    "fuzzy_percent": 10.6,
    "fuzzy_words": 225,
    "fuzzy_words_percent": 6.6,
    "fuzzy_chars": 1221,
    "fuzzy_chars_percent": 6.5,
    "failing": 0,
    "failing_percent": 0.0,
    "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": 0,
    "comments": 0,
    "code": "hr",
    "name": "Croatian",
    "url": "https://hosted.weblate.org/projects/uh/tutorial/hr/",
    "translate_url": "https://hosted.weblate.org/translate/uh/tutorial/hr/"
}