Translation components API.

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

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

{
    "total": 260,
    "total_words": 2087,
    "last_change": "2025-02-16T04:00:18.200891Z",
    "recent_changes": 1,
    "translated": 143,
    "translated_words": 959,
    "translated_percent": 55.0,
    "translated_words_percent": 45.9,
    "translated_chars": 5726,
    "translated_chars_percent": 44.5,
    "total_chars": 12854,
    "fuzzy": 24,
    "fuzzy_percent": 9.2,
    "failing": 75,
    "failing_percent": 28.8,
    "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/settings/sk/",
    "translate_url": "https://translate.habitica.com/translate/habitica/settings/sk/"
}