Translation components API.

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

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

{
    "total": 53875,
    "total_words": 590248,
    "last_change": "2024-04-27T05:32:57.101909Z",
    "recent_changes": 2,
    "translated": 53862,
    "translated_words": 590023,
    "translated_percent": 99.9,
    "translated_words_percent": 99.9,
    "translated_chars": 3160276,
    "translated_chars_percent": 99.9,
    "total_chars": 3161457,
    "fuzzy": 6,
    "fuzzy_percent": 0.1,
    "failing": 5638,
    "failing_percent": 10.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 41,
    "comments": 0,
    "code": "ru",
    "name": "Russian",
    "url": "https://hive.bgforge.net/projects/fallout/rp/ru/",
    "translate_url": "https://hive.bgforge.net/translate/fallout/rp/ru/"
}