Translation components API.

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

GET /api/translations/habitica/settings/cs/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:28.833996Z",
    "recent_changes": 17,
    "translated": 144,
    "translated_words": 1031,
    "translated_percent": 55.5,
    "translated_words_percent": 49.7,
    "translated_chars": 6137,
    "translated_chars_percent": 48.1,
    "total_chars": 12751,
    "fuzzy": 19,
    "fuzzy_percent": 7.3,
    "failing": 30,
    "failing_percent": 11.5,
    "approved": 23,
    "approved_percent": 8.8,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 15,
    "comments": 0,
    "code": "cs",
    "name": "Czech",
    "url": "https://translate.habitica.com/projects/habitica/settings/cs/",
    "translate_url": "https://translate.habitica.com/translate/habitica/settings/cs/"
}