Translation components API.

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

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

{
    "total": 167,
    "total_words": 1108,
    "last_change": "2023-07-10T18:04:43.054696Z",
    "recent_changes": 3,
    "translated": 152,
    "translated_words": 987,
    "translated_percent": 91.0,
    "translated_words_percent": 89.0,
    "translated_chars": 6042,
    "translated_chars_percent": 88.7,
    "total_chars": 6805,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 65,
    "approved_percent": 38.9,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 38,
    "comments": 0,
    "code": "sv",
    "name": "Swedish",
    "url": "https://translate.habitica.com/projects/habitica/achievements/sv/",
    "translate_url": "https://translate.habitica.com/translate/habitica/achievements/sv/"
}