Translation components API.

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

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

{
    "total": 134,
    "total_words": 1254,
    "last_change": "2025-03-30T08:00:23.036151Z",
    "recent_changes": 8,
    "translated": 109,
    "translated_words": 824,
    "translated_percent": 81.3,
    "translated_words_percent": 65.7,
    "translated_chars": 4644,
    "translated_chars_percent": 64.0,
    "total_chars": 7254,
    "fuzzy": 11,
    "fuzzy_percent": 8.2,
    "failing": 50,
    "failing_percent": 37.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "sk",
    "name": "Slovak",
    "url": "https://translate.habitica.com/projects/habitica/npc/sk/",
    "translate_url": "https://translate.habitica.com/translate/habitica/npc/sk/"
}