Translation components API.

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

GET /api/translations/habitica/settings/sr/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:04.416378Z",
    "recent_changes": 17,
    "translated": 136,
    "translated_words": 928,
    "translated_percent": 52.5,
    "translated_words_percent": 44.7,
    "translated_chars": 5493,
    "translated_chars_percent": 43.0,
    "total_chars": 12751,
    "fuzzy": 25,
    "fuzzy_percent": 9.6,
    "failing": 83,
    "failing_percent": 32.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "sr",
    "name": "Serbian",
    "url": "https://translate.habitica.com/projects/habitica/settings/sr/",
    "translate_url": "https://translate.habitica.com/translate/habitica/settings/sr/"
}