Translation components API.

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

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

{
    "total": 3315,
    "total_words": 44147,
    "last_change": "2024-11-25T03:31:37.270719Z",
    "recent_changes": 4,
    "translated": 1720,
    "translated_words": 20513,
    "translated_percent": 51.8,
    "translated_words_percent": 46.4,
    "translated_chars": 124831,
    "translated_chars_percent": 46.9,
    "total_chars": 266080,
    "fuzzy": 8,
    "fuzzy_percent": 0.2,
    "failing": 48,
    "failing_percent": 1.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 6,
    "comments": 0,
    "code": "tr",
    "name": "Turkish",
    "url": "https://translate.habitica.com/projects/habitica/gear/tr/",
    "translate_url": "https://translate.habitica.com/translate/habitica/gear/tr/"
}