Translation components API.

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

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

{
    "total": 3315,
    "total_words": 44147,
    "last_change": "2025-03-20T12:15:13.837591Z",
    "recent_changes": 3,
    "translated": 2600,
    "translated_words": 33628,
    "translated_percent": 78.4,
    "translated_words_percent": 76.1,
    "translated_chars": 203191,
    "translated_chars_percent": 76.3,
    "total_chars": 266080,
    "fuzzy": 3,
    "fuzzy_percent": 0.1,
    "failing": 219,
    "failing_percent": 6.6,
    "approved": 106,
    "approved_percent": 3.1,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 19,
    "comments": 1,
    "code": "nl",
    "name": "Dutch",
    "url": "https://translate.habitica.com/projects/habitica/gear/nl/",
    "translate_url": "https://translate.habitica.com/translate/habitica/gear/nl/"
}