Translation components API.

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

GET /api/translations/habitica/settings/sv/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:05.599973Z",
    "recent_changes": 17,
    "translated": 138,
    "translated_words": 971,
    "translated_percent": 53.2,
    "translated_words_percent": 46.8,
    "translated_chars": 5740,
    "translated_chars_percent": 45.0,
    "total_chars": 12751,
    "fuzzy": 23,
    "fuzzy_percent": 8.8,
    "failing": 41,
    "failing_percent": 15.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 29,
    "comments": 0,
    "code": "sv",
    "name": "Swedish",
    "url": "https://translate.habitica.com/projects/habitica/settings/sv/",
    "translate_url": "https://translate.habitica.com/translate/habitica/settings/sv/"
}