Translation components API.

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

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

{
    "total": 276,
    "total_words": 1611,
    "last_change": "2024-01-16T21:35:32.555328Z",
    "recent_changes": 1,
    "translated": 235,
    "translated_words": 1350,
    "translated_percent": 85.1,
    "translated_words_percent": 83.7,
    "translated_chars": 8420,
    "translated_chars_percent": 83.7,
    "total_chars": 10059,
    "fuzzy": 4,
    "fuzzy_percent": 1.4,
    "failing": 4,
    "failing_percent": 1.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "zh_Hant",
    "name": "Chinese (Traditional)",
    "url": "https://translate.habitica.com/projects/habitica/limited/zh_Hant/",
    "translate_url": "https://translate.habitica.com/translate/habitica/limited/zh_Hant/"
}