Translation components API.

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

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

{
    "total": 902,
    "total_words": 4146,
    "last_change": "2024-07-02T06:41:02.368057Z",
    "recent_changes": 1,
    "translated": 448,
    "translated_words": 1797,
    "translated_percent": 49.6,
    "translated_words_percent": 43.3,
    "translated_chars": 10451,
    "translated_chars_percent": 43.4,
    "total_chars": 24058,
    "fuzzy": 71,
    "fuzzy_percent": 7.8,
    "failing": 188,
    "failing_percent": 20.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 25,
    "comments": 0,
    "code": "sr",
    "name": "Serbian",
    "url": "https://translate.habitica.com/projects/habitica/backgrounds/sr/",
    "translate_url": "https://translate.habitica.com/translate/habitica/backgrounds/sr/"
}