Translation components API.

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

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

{
    "total": 983,
    "total_words": 3272,
    "total_chars": 19689,
    "last_change": "2023-10-06T13:13:05.889993Z",
    "recent_changes": 0,
    "translated": 930,
    "translated_words": 3081,
    "translated_percent": 94.6,
    "translated_words_percent": 94.1,
    "translated_chars": 18583,
    "translated_chars_percent": 94.3,
    "fuzzy": 51,
    "fuzzy_percent": 5.1,
    "fuzzy_words": 186,
    "fuzzy_words_percent": 5.6,
    "fuzzy_chars": 1085,
    "fuzzy_chars_percent": 5.5,
    "failing": 30,
    "failing_percent": 3.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": 5,
    "comments": 1,
    "code": "ru",
    "name": "Russian",
    "url": "https://hosted.weblate.org/projects/gammu/gammu/ru/",
    "translate_url": "https://hosted.weblate.org/translate/gammu/gammu/ru/"
}