Translation components API.

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

GET /api/translations/habitica/settings/hu/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:43:44.650756Z",
    "recent_changes": 17,
    "translated": 150,
    "translated_words": 1065,
    "translated_percent": 57.9,
    "translated_words_percent": 51.3,
    "translated_chars": 6356,
    "translated_chars_percent": 49.8,
    "total_chars": 12751,
    "fuzzy": 19,
    "fuzzy_percent": 7.3,
    "failing": 19,
    "failing_percent": 7.3,
    "approved": 150,
    "approved_percent": 57.9,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 3,
    "comments": 0,
    "code": "hu",
    "name": "Hungarian",
    "url": "https://translate.habitica.com/projects/habitica/settings/hu/",
    "translate_url": "https://translate.habitica.com/translate/habitica/settings/hu/"
}