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": 259,
    "total_words": 2072,
    "last_change": "2023-10-20T14:44:03.008618Z",
    "recent_changes": 17,
    "translated": 133,
    "translated_words": 918,
    "translated_percent": 51.3,
    "translated_words_percent": 44.3,
    "translated_chars": 5429,
    "translated_chars_percent": 42.5,
    "total_chars": 12751,
    "fuzzy": 25,
    "fuzzy_percent": 9.6,
    "failing": 76,
    "failing_percent": 29.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/settings/sk/",
    "translate_url": "https://translate.habitica.com/translate/habitica/settings/sk/"
}