Translation components API.

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

GET /api/translations/habitica/settings/ro/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:44:00.670478Z",
    "recent_changes": 17,
    "translated": 150,
    "translated_words": 1065,
    "translated_percent": 57.9,
    "translated_words_percent": 51.3,
    "translated_chars": 6356,
    "translated_chars_percent": 49.8,
    "total_chars": 12751,
    "fuzzy": 19,
    "fuzzy_percent": 7.3,
    "failing": 22,
    "failing_percent": 8.4,
    "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/settings/ro/",
    "translate_url": "https://translate.habitica.com/translate/habitica/settings/ro/"
}