Translation components API.

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

GET /api/translations/phyphox/ios/it/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.192072Z",
    "recent_changes": 1,
    "translated": 331,
    "translated_words": 1542,
    "translated_percent": 86.6,
    "translated_words_percent": 81.6,
    "translated_chars": 8909,
    "translated_chars_percent": 78.9,
    "total_chars": 11280,
    "fuzzy": 3,
    "fuzzy_percent": 0.7,
    "failing": 34,
    "failing_percent": 8.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.phyphox.org/projects/phyphox/ios/it/",
    "translate_url": "https://translate.phyphox.org/translate/phyphox/ios/it/"
}