Translation components API.

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

GET /api/translations/habitica/generic/he/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 243,
    "total_words": 1139,
    "last_change": "2025-03-05T19:05:12.088998Z",
    "recent_changes": 1,
    "translated": 212,
    "translated_words": 913,
    "translated_percent": 87.2,
    "translated_words_percent": 80.1,
    "translated_chars": 5669,
    "translated_chars_percent": 79.9,
    "total_chars": 7093,
    "fuzzy": 6,
    "fuzzy_percent": 2.4,
    "failing": 11,
    "failing_percent": 4.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 1,
    "code": "he",
    "name": "Hebrew",
    "url": "https://translate.habitica.com/projects/habitica/generic/he/",
    "translate_url": "https://translate.habitica.com/translate/habitica/generic/he/"
}