Translation components API.

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

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

{
    "total": 25861,
    "total_words": 260579,
    "last_change": "2023-12-15T19:27:09.830162Z",
    "recent_changes": 61,
    "translated": 25473,
    "translated_words": 256730,
    "translated_percent": 98.4,
    "translated_words_percent": 98.5,
    "translated_chars": 1359725,
    "translated_chars_percent": 98.3,
    "total_chars": 1382274,
    "fuzzy": 388,
    "fuzzy_percent": 1.5,
    "failing": 729,
    "failing_percent": 2.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://hive.bgforge.net/projects/fallout/fixt/es/",
    "translate_url": "https://hive.bgforge.net/translate/fallout/fixt/es/"
}