Translation components API.

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

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

{
    "total": 845,
    "total_words": 28479,
    "last_change": "2025-03-30T07:44:02.571329Z",
    "recent_changes": 12,
    "translated": 577,
    "translated_words": 18760,
    "translated_percent": 68.2,
    "translated_words_percent": 65.8,
    "translated_chars": 113708,
    "translated_chars_percent": 65.7,
    "total_chars": 172884,
    "fuzzy": 60,
    "fuzzy_percent": 7.1,
    "failing": 400,
    "failing_percent": 47.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/questscontent/sk/",
    "translate_url": "https://translate.habitica.com/translate/habitica/questscontent/sk/"
}