Translation components API.

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

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

{
    "total": 189,
    "total_words": 1216,
    "last_change": "2023-10-17T08:46:59.396801Z",
    "recent_changes": 2,
    "translated": 182,
    "translated_words": 1140,
    "translated_percent": 96.2,
    "translated_words_percent": 93.7,
    "translated_chars": 6921,
    "translated_chars_percent": 94.0,
    "total_chars": 7360,
    "fuzzy": 3,
    "fuzzy_percent": 1.5,
    "failing": 3,
    "failing_percent": 1.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 2,
    "comments": 0,
    "code": "en_GB",
    "name": "English (United Kingdom)",
    "url": "https://translate.habitica.com/projects/habitica/character/en_GB/",
    "translate_url": "https://translate.habitica.com/translate/habitica/character/en_GB/"
}