Translation components API.

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

GET /api/translations/amikumu/app/el/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 350,
    "total_words": 1807,
    "last_change": "2025-11-26T13:16:40.521302Z",
    "recent_changes": 1,
    "translated": 88,
    "translated_words": 304,
    "translated_percent": 25.1,
    "translated_words_percent": 16.8,
    "translated_chars": 1743,
    "translated_chars_percent": 15.9,
    "total_chars": 10896,
    "fuzzy": 262,
    "fuzzy_percent": 74.8,
    "failing": 267,
    "failing_percent": 76.2,
    "approved": 87,
    "approved_percent": 24.8,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 30,
    "comments": 0,
    "code": "el",
    "name": "Greek",
    "url": "https://traduk.amikumu.com/projects/amikumu/app/el/",
    "translate_url": "https://traduk.amikumu.com/translate/amikumu/app/el/"
}