Translation components API.

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

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

{
    "total": 3315,
    "total_words": 44147,
    "last_change": "2025-02-25T08:24:34.941099Z",
    "recent_changes": 17,
    "translated": 1301,
    "translated_words": 14546,
    "translated_percent": 39.2,
    "translated_words_percent": 32.9,
    "translated_chars": 88755,
    "translated_chars_percent": 33.3,
    "total_chars": 266080,
    "fuzzy": 9,
    "fuzzy_percent": 0.2,
    "failing": 366,
    "failing_percent": 11.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 4,
    "comments": 0,
    "code": "he",
    "name": "Hebrew",
    "url": "https://translate.habitica.com/projects/habitica/gear/he/",
    "translate_url": "https://translate.habitica.com/translate/habitica/gear/he/"
}