Translation components API.

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

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

{
    "total": 47,
    "total_words": 279,
    "last_change": "2025-02-13T10:04:13.801580Z",
    "recent_changes": 7,
    "translated": 42,
    "translated_words": 256,
    "translated_percent": 89.3,
    "translated_words_percent": 91.7,
    "translated_chars": 1809,
    "translated_chars_percent": 92.2,
    "total_chars": 1961,
    "fuzzy": 4,
    "fuzzy_percent": 8.5,
    "failing": 7,
    "failing_percent": 14.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 2,
    "comments": 0,
    "code": "ko",
    "name": "Korean",
    "url": "https://translate.habitica.com/projects/habitica/contrib/ko/",
    "translate_url": "https://translate.habitica.com/translate/habitica/contrib/ko/"
}