Translation components API.

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

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

{
    "total": 3103,
    "total_words": 40969,
    "last_change": "2023-09-02T21:28:35.624185Z",
    "recent_changes": 13,
    "translated": 1714,
    "translated_words": 20309,
    "translated_percent": 55.2,
    "translated_words_percent": 49.5,
    "translated_chars": 123651,
    "translated_chars_percent": 50.0,
    "total_chars": 247125,
    "fuzzy": 15,
    "fuzzy_percent": 0.4,
    "failing": 1160,
    "failing_percent": 37.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "sr",
    "name": "Serbian",
    "url": "https://translate.habitica.com/projects/habitica/gear/sr/",
    "translate_url": "https://translate.habitica.com/translate/habitica/gear/sr/"
}