Translation components API.

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

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

{
    "total": 264,
    "total_words": 1446,
    "last_change": "2025-04-01T15:27:59.150055Z",
    "recent_changes": 4,
    "translated": 224,
    "translated_words": 1178,
    "translated_percent": 84.8,
    "translated_words_percent": 81.4,
    "translated_chars": 7402,
    "translated_chars_percent": 80.9,
    "total_chars": 9144,
    "fuzzy": 10,
    "fuzzy_percent": 3.7,
    "failing": 10,
    "failing_percent": 3.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "uk",
    "name": "Ukrainian",
    "url": "https://translate.habitica.com/projects/habitica/subscriber/uk/",
    "translate_url": "https://translate.habitica.com/translate/habitica/subscriber/uk/"
}