Translation components API.

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

GET /api/translations/phyphox/ios/hu/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 382,
    "total_words": 1888,
    "last_change": "2025-03-20T09:56:38.177240Z",
    "recent_changes": 1,
    "translated": 332,
    "translated_words": 1554,
    "translated_percent": 86.9,
    "translated_words_percent": 82.3,
    "translated_chars": 8987,
    "translated_chars_percent": 79.6,
    "total_chars": 11280,
    "fuzzy": 2,
    "fuzzy_percent": 0.5,
    "failing": 207,
    "failing_percent": 54.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "hu",
    "name": "Hungarian",
    "url": "https://translate.phyphox.org/projects/phyphox/ios/hu/",
    "translate_url": "https://translate.phyphox.org/translate/phyphox/ios/hu/"
}