Translation components API.

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

GET /api/translations/fallout/rp/hu/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-19T21:58:58.934105Z",
    "recent_changes": 8,
    "translated": 44523,
    "translated_words": 458460,
    "translated_percent": 82.6,
    "translated_words_percent": 77.6,
    "translated_chars": 2444577,
    "translated_chars_percent": 77.3,
    "total_chars": 3161457,
    "fuzzy": 4782,
    "fuzzy_percent": 8.8,
    "failing": 11913,
    "failing_percent": 22.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 21,
    "comments": 0,
    "code": "hu",
    "name": "Hungarian",
    "url": "https://hive.bgforge.net/projects/fallout/rp/hu/",
    "translate_url": "https://hive.bgforge.net/translate/fallout/rp/hu/"
}