Translation components API.

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

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

{
    "total": 1537,
    "total_words": 9469,
    "last_change": "2025-04-06T20:45:54.854556Z",
    "recent_changes": 2,
    "translated": 1246,
    "translated_words": 7084,
    "translated_percent": 81.0,
    "translated_words_percent": 74.8,
    "translated_chars": 40824,
    "translated_chars_percent": 74.7,
    "total_chars": 54588,
    "fuzzy": 30,
    "fuzzy_percent": 1.9,
    "failing": 119,
    "failing_percent": 7.7,
    "approved": 5,
    "approved_percent": 0.3,
    "readonly": 7,
    "readonly_percent": 0.4,
    "suggestions": 79,
    "comments": 1,
    "code": "uk",
    "name": "Ukrainian",
    "url": "https://translate.habitica.com/projects/habitica-android/main-strings/uk/",
    "translate_url": "https://translate.habitica.com/translate/habitica-android/main-strings/uk/"
}