Translation components API.

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

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

{
    "total": 3315,
    "total_words": 44147,
    "last_change": "2025-02-19T10:51:44.924346Z",
    "recent_changes": 1,
    "translated": 2020,
    "translated_words": 24673,
    "translated_percent": 60.9,
    "translated_words_percent": 55.8,
    "translated_chars": 149841,
    "translated_chars_percent": 56.3,
    "total_chars": 266080,
    "fuzzy": 4,
    "fuzzy_percent": 0.1,
    "failing": 848,
    "failing_percent": 25.5,
    "approved": 209,
    "approved_percent": 6.3,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 4,
    "comments": 0,
    "code": "cs",
    "name": "Czech",
    "url": "https://translate.habitica.com/projects/habitica/gear/cs/",
    "translate_url": "https://translate.habitica.com/translate/habitica/gear/cs/"
}