Translation components API.

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

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

{
    "total": 408,
    "total_words": 906,
    "last_change": "2025-04-03T15:17:08.730616Z",
    "recent_changes": 21,
    "translated": 371,
    "translated_words": 814,
    "translated_percent": 90.9,
    "translated_words_percent": 89.8,
    "translated_chars": 4399,
    "translated_chars_percent": 90.2,
    "total_chars": 4876,
    "fuzzy": 2,
    "fuzzy_percent": 0.4,
    "failing": 2,
    "failing_percent": 0.4,
    "approved": 95,
    "approved_percent": 23.2,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "nl",
    "name": "Dutch",
    "url": "https://translate.habitica.com/projects/habitica/content/nl/",
    "translate_url": "https://translate.habitica.com/translate/habitica/content/nl/"
}