Translation components API.

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

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

{
    "total": 245,
    "total_words": 7501,
    "last_change": "2025-02-08T05:52:13.189976Z",
    "recent_changes": 1,
    "translated": 9,
    "translated_words": 56,
    "translated_percent": 3.6,
    "translated_words_percent": 0.7,
    "translated_chars": 304,
    "translated_chars_percent": 0.6,
    "total_chars": 44104,
    "fuzzy": 4,
    "fuzzy_percent": 1.6,
    "failing": 3,
    "failing_percent": 1.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 3,
    "comments": 0,
    "code": "hr",
    "name": "Croatian",
    "url": "https://translate.habitica.com/projects/habitica/faq/hr/",
    "translate_url": "https://translate.habitica.com/translate/habitica/faq/hr/"
}