Translation components API.

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

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

{
    "total": 408,
    "total_words": 906,
    "last_change": "2024-07-04T21:49:01.292175Z",
    "recent_changes": 2,
    "translated": 371,
    "translated_words": 814,
    "translated_percent": 90.9,
    "translated_words_percent": 89.8,
    "translated_chars": 4401,
    "translated_chars_percent": 90.2,
    "total_chars": 4876,
    "fuzzy": 2,
    "fuzzy_percent": 0.4,
    "failing": 2,
    "failing_percent": 0.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.habitica.com/projects/habitica/content/it/",
    "translate_url": "https://translate.habitica.com/translate/habitica/content/it/"
}