Translation components API.

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

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

{
    "total": 845,
    "total_words": 28479,
    "last_change": "2024-07-20T02:48:34.728506Z",
    "recent_changes": 11,
    "translated": 562,
    "translated_words": 18401,
    "translated_percent": 66.5,
    "translated_words_percent": 64.6,
    "translated_chars": 111502,
    "translated_chars_percent": 64.4,
    "total_chars": 172884,
    "fuzzy": 74,
    "fuzzy_percent": 8.7,
    "failing": 446,
    "failing_percent": 52.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "sr",
    "name": "Serbian",
    "url": "https://translate.habitica.com/projects/habitica/questscontent/sr/",
    "translate_url": "https://translate.habitica.com/translate/habitica/questscontent/sr/"
}