Translation components API.

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

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

{
    "total": 430,
    "total_words": 3349,
    "last_change": "2025-01-13T13:19:34.113969Z",
    "recent_changes": 1,
    "translated": 287,
    "translated_words": 2034,
    "translated_percent": 66.7,
    "translated_words_percent": 60.7,
    "translated_chars": 11968,
    "translated_chars_percent": 58.6,
    "total_chars": 20407,
    "fuzzy": 57,
    "fuzzy_percent": 13.2,
    "failing": 56,
    "failing_percent": 13.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "pt",
    "name": "Portuguese",
    "url": "https://translate.habitica.com/projects/habitica/groups/pt/",
    "translate_url": "https://translate.habitica.com/translate/habitica/groups/pt/"
}