Translation components API.

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

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

{
    "total": 1537,
    "total_words": 9467,
    "last_change": "2025-01-31T11:00:09.076458Z",
    "recent_changes": 1,
    "translated": 1166,
    "translated_words": 6634,
    "translated_percent": 75.8,
    "translated_words_percent": 70.0,
    "translated_chars": 38109,
    "translated_chars_percent": 69.8,
    "total_chars": 54588,
    "fuzzy": 55,
    "fuzzy_percent": 3.5,
    "failing": 64,
    "failing_percent": 4.1,
    "approved": 821,
    "approved_percent": 53.4,
    "readonly": 7,
    "readonly_percent": 0.4,
    "suggestions": 9,
    "comments": 5,
    "code": "ko",
    "name": "Korean",
    "url": "https://translate.habitica.com/projects/habitica-android/main-strings/ko/",
    "translate_url": "https://translate.habitica.com/translate/habitica-android/main-strings/ko/"
}