Translation components API.

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

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

{
    "total": 47081,
    "total_words": 481122,
    "last_change": "2024-05-04T13:16:08.481832Z",
    "recent_changes": 1,
    "translated": 47081,
    "translated_words": 481122,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 2571490,
    "translated_chars_percent": 100.0,
    "total_chars": 2571490,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 4381,
    "failing_percent": 9.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 3,
    "code": "cs",
    "name": "Czech",
    "url": "https://hive.bgforge.net/projects/fallout/up/cs/",
    "translate_url": "https://hive.bgforge.net/translate/fallout/up/cs/"
}