Translation components API.

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

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

{
    "total": 264,
    "total_words": 1446,
    "last_change": "2024-11-22T15:19:14.941470Z",
    "recent_changes": 8,
    "translated": 122,
    "translated_words": 601,
    "translated_percent": 46.2,
    "translated_words_percent": 41.5,
    "translated_chars": 3699,
    "translated_chars_percent": 40.4,
    "total_chars": 9144,
    "fuzzy": 12,
    "fuzzy_percent": 4.5,
    "failing": 13,
    "failing_percent": 4.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 99,
    "comments": 0,
    "code": "hr",
    "name": "Croatian",
    "url": "https://translate.habitica.com/projects/habitica/subscriber/hr/",
    "translate_url": "https://translate.habitica.com/translate/habitica/subscriber/hr/"
}