Translation components API.

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

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

{
    "total": 3315,
    "total_words": 44147,
    "last_change": "2025-03-04T02:29:17.356736Z",
    "recent_changes": 4,
    "translated": 1788,
    "translated_words": 21278,
    "translated_percent": 53.9,
    "translated_words_percent": 48.1,
    "translated_chars": 129440,
    "translated_chars_percent": 48.6,
    "total_chars": 266080,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "failing": 1077,
    "failing_percent": 32.4,
    "approved": 4,
    "approved_percent": 0.1,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 10,
    "comments": 0,
    "code": "ko",
    "name": "Korean",
    "url": "https://translate.habitica.com/projects/habitica/gear/ko/",
    "translate_url": "https://translate.habitica.com/translate/habitica/gear/ko/"
}