Translation components API.

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

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

{
    "total": 3315,
    "total_words": 44147,
    "last_change": "2024-07-01T20:54:36.192495Z",
    "recent_changes": 1,
    "translated": 1833,
    "translated_words": 22338,
    "translated_percent": 55.2,
    "translated_words_percent": 50.5,
    "translated_chars": 135499,
    "translated_chars_percent": 50.9,
    "total_chars": 266080,
    "fuzzy": 20,
    "fuzzy_percent": 0.6,
    "failing": 1022,
    "failing_percent": 30.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 15,
    "comments": 0,
    "code": "sv",
    "name": "Swedish",
    "url": "https://translate.habitica.com/projects/habitica/gear/sv/",
    "translate_url": "https://translate.habitica.com/translate/habitica/gear/sv/"
}