Translation components API.

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

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

{
    "total": 182,
    "total_words": 2099,
    "last_change": "2023-10-20T14:46:58.104062Z",
    "recent_changes": 1,
    "translated": 163,
    "translated_words": 1822,
    "translated_percent": 89.5,
    "translated_words_percent": 86.8,
    "translated_chars": 11317,
    "translated_chars_percent": 86.0,
    "total_chars": 13145,
    "fuzzy": 14,
    "fuzzy_percent": 7.6,
    "failing": 15,
    "failing_percent": 8.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 75,
    "comments": 0,
    "code": "hr",
    "name": "Croatian",
    "url": "https://translate.habitica.com/projects/habitica/front/hr/",
    "translate_url": "https://translate.habitica.com/translate/habitica/front/hr/"
}