Translation components API.

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

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

{
    "total": 408,
    "total_words": 906,
    "last_change": "2024-07-04T21:49:07.652609Z",
    "recent_changes": 2,
    "translated": 353,
    "translated_words": 789,
    "translated_percent": 86.5,
    "translated_words_percent": 87.0,
    "translated_chars": 4247,
    "translated_chars_percent": 87.1,
    "total_chars": 4876,
    "fuzzy": 2,
    "fuzzy_percent": 0.4,
    "failing": 4,
    "failing_percent": 0.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 1,
    "code": "sv",
    "name": "Swedish",
    "url": "https://translate.habitica.com/projects/habitica/content/sv/",
    "translate_url": "https://translate.habitica.com/translate/habitica/content/sv/"
}