Translation components API.

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

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

{
    "total": 134,
    "total_words": 1254,
    "last_change": "2025-02-13T14:46:26.277513Z",
    "recent_changes": 1,
    "translated": 115,
    "translated_words": 798,
    "translated_percent": 85.8,
    "translated_words_percent": 63.6,
    "translated_chars": 4444,
    "translated_chars_percent": 61.2,
    "total_chars": 7254,
    "fuzzy": 12,
    "fuzzy_percent": 8.9,
    "failing": 103,
    "failing_percent": 76.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ro",
    "name": "Romanian",
    "url": "https://translate.habitica.com/projects/habitica/npc/ro/",
    "translate_url": "https://translate.habitica.com/translate/habitica/npc/ro/"
}