Translation components API.

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

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

{
    "total": 94,
    "total_words": 646,
    "last_change": "2021-11-04T14:42:48.422583Z",
    "recent_changes": 11,
    "translated": 79,
    "translated_words": 498,
    "translated_percent": 84.0,
    "translated_words_percent": 77.0,
    "translated_chars": 2813,
    "translated_chars_percent": 76.8,
    "total_chars": 3661,
    "fuzzy": 2,
    "fuzzy_percent": 2.1,
    "failing": 20,
    "failing_percent": 21.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "cs",
    "name": "Czech",
    "url": "https://translate.habitica.com/projects/habitica/quests/cs/",
    "translate_url": "https://translate.habitica.com/translate/habitica/quests/cs/"
}