Translation components API.

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

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

{
    "total": 91,
    "total_words": 1813,
    "last_change": "2025-03-20T12:17:22.680455Z",
    "recent_changes": 7,
    "translated": 55,
    "translated_words": 751,
    "translated_percent": 60.4,
    "translated_words_percent": 41.4,
    "translated_chars": 5022,
    "translated_chars_percent": 40.9,
    "total_chars": 12260,
    "fuzzy": 30,
    "fuzzy_percent": 32.9,
    "failing": 31,
    "failing_percent": 34.0,
    "approved": 12,
    "approved_percent": 13.1,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 10,
    "comments": 0,
    "code": "nl",
    "name": "Dutch",
    "url": "https://translate.habitica.com/projects/habitica/communityguidelines/nl/",
    "translate_url": "https://translate.habitica.com/translate/habitica/communityguidelines/nl/"
}