Translation components API.

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

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

{
    "total": 110,
    "total_words": 1456,
    "total_chars": 8940,
    "last_change": "2023-05-17T14:12:58.218391Z",
    "recent_changes": 1,
    "translated": 13,
    "translated_words": 41,
    "translated_percent": 11.8,
    "translated_words_percent": 2.8,
    "translated_chars": 244,
    "translated_chars_percent": 2.7,
    "fuzzy": 20,
    "fuzzy_percent": 18.1,
    "fuzzy_words": 139,
    "fuzzy_words_percent": 9.5,
    "fuzzy_chars": 859,
    "fuzzy_chars_percent": 9.6,
    "failing": 5,
    "failing_percent": 4.5,
    "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": "be_Latn",
    "name": "Belarusian (latin)",
    "url": "https://hosted.weblate.org/projects/weblate/legal/be_Latn/",
    "translate_url": "https://hosted.weblate.org/translate/weblate/legal/be_Latn/"
}