Translation components API.

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

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

{
    "total": 3315,
    "total_words": 44147,
    "last_change": "2025-04-01T09:24:02.620377Z",
    "recent_changes": 1,
    "translated": 1939,
    "translated_words": 23032,
    "translated_percent": 58.4,
    "translated_words_percent": 52.1,
    "translated_chars": 139007,
    "translated_chars_percent": 52.2,
    "total_chars": 266080,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "failing": 2,
    "failing_percent": 0.1,
    "approved": 23,
    "approved_percent": 0.6,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 2,
    "code": "uk",
    "name": "Ukrainian",
    "url": "https://translate.habitica.com/projects/habitica/gear/uk/",
    "translate_url": "https://translate.habitica.com/translate/habitica/gear/uk/"
}