Translation components API.

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

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

{
    "total": 32,
    "total_words": 1730,
    "total_chars": 13170,
    "last_change": "2023-08-19T14:53:06.087509Z",
    "recent_changes": 6,
    "translated": 3,
    "translated_words": 76,
    "translated_percent": 9.3,
    "translated_words_percent": 4.3,
    "translated_chars": 503,
    "translated_chars_percent": 3.8,
    "fuzzy": 19,
    "fuzzy_percent": 59.3,
    "fuzzy_words": 1231,
    "fuzzy_words_percent": 71.1,
    "fuzzy_chars": 9594,
    "fuzzy_chars_percent": 72.8,
    "failing": 21,
    "failing_percent": 65.6,
    "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": "ru",
    "name": "Russian",
    "url": "https://hosted.weblate.org/projects/sdg-metadata/16-5-2/ru/",
    "translate_url": "https://hosted.weblate.org/translate/sdg-metadata/16-5-2/ru/"
}