Translation components API.

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

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

{
    "total": 24666,
    "total_words": 243289,
    "last_change": "2024-05-08T23:45:02.670931Z",
    "recent_changes": 30,
    "translated": 40,
    "translated_words": 652,
    "translated_percent": 0.1,
    "translated_words_percent": 0.2,
    "translated_chars": 3865,
    "translated_chars_percent": 0.2,
    "total_chars": 1291566,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 30,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 2,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://hive.bgforge.net/projects/fallout/fixt/it/",
    "translate_url": "https://hive.bgforge.net/translate/fallout/fixt/it/"
}