Translation components API.

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

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

{
    "total": 259,
    "total_words": 2072,
    "last_change": "2024-02-09T23:54:34.014883Z",
    "recent_changes": 2,
    "translated": 255,
    "translated_words": 1915,
    "translated_percent": 98.4,
    "translated_words_percent": 92.4,
    "translated_chars": 11755,
    "translated_chars_percent": 92.1,
    "total_chars": 12751,
    "fuzzy": 1,
    "fuzzy_percent": 0.3,
    "failing": 2,
    "failing_percent": 0.7,
    "approved": 39,
    "approved_percent": 15.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 3,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://translate.habitica.com/projects/habitica/settings/pt_BR/",
    "translate_url": "https://translate.habitica.com/translate/habitica/settings/pt_BR/"
}