Translation components API.

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

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

{
    "total": 427,
    "total_words": 3310,
    "last_change": "2024-03-02T05:17:21.341353Z",
    "recent_changes": 10,
    "translated": 312,
    "translated_words": 2333,
    "translated_percent": 73.0,
    "translated_words_percent": 70.4,
    "translated_chars": 13732,
    "translated_chars_percent": 68.2,
    "total_chars": 20124,
    "fuzzy": 43,
    "fuzzy_percent": 10.0,
    "failing": 194,
    "failing_percent": 45.4,
    "approved": 17,
    "approved_percent": 3.9,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "cs",
    "name": "Czech",
    "url": "https://translate.habitica.com/projects/habitica/groups/cs/",
    "translate_url": "https://translate.habitica.com/translate/habitica/groups/cs/"
}