Translation components API.

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

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

{
    "total": 259,
    "total_words": 2072,
    "last_change": "2023-10-20T14:43:56.211328Z",
    "recent_changes": 17,
    "translated": 169,
    "translated_words": 1168,
    "translated_percent": 65.2,
    "translated_words_percent": 56.3,
    "translated_chars": 7023,
    "translated_chars_percent": 55.0,
    "total_chars": 12751,
    "fuzzy": 28,
    "fuzzy_percent": 10.8,
    "failing": 28,
    "failing_percent": 10.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "nl",
    "name": "Dutch",
    "url": "https://translate.habitica.com/projects/habitica/settings/nl/",
    "translate_url": "https://translate.habitica.com/translate/habitica/settings/nl/"
}