Translation components API.

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

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

{
    "total": 408,
    "total_words": 906,
    "last_change": "2025-02-13T10:00:27.455884Z",
    "recent_changes": 1,
    "translated": 373,
    "translated_words": 818,
    "translated_percent": 91.4,
    "translated_words_percent": 90.2,
    "translated_chars": 4420,
    "translated_chars_percent": 90.6,
    "total_chars": 4876,
    "fuzzy": 2,
    "fuzzy_percent": 0.4,
    "failing": 14,
    "failing_percent": 3.4,
    "approved": 4,
    "approved_percent": 0.9,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 2,
    "comments": 0,
    "code": "ko",
    "name": "Korean",
    "url": "https://translate.habitica.com/projects/habitica/content/ko/",
    "translate_url": "https://translate.habitica.com/translate/habitica/content/ko/"
}