Translation components API.

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

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

{
    "total": 91,
    "total_words": 1813,
    "last_change": "2025-10-17T20:35:06.791137Z",
    "recent_changes": 37,
    "translated": 78,
    "translated_words": 1433,
    "translated_percent": 85.7,
    "translated_words_percent": 79.0,
    "translated_chars": 9835,
    "translated_chars_percent": 80.2,
    "total_chars": 12260,
    "fuzzy": 2,
    "fuzzy_percent": 2.1,
    "failing": 7,
    "failing_percent": 7.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 4,
    "comments": 0,
    "code": "sv",
    "name": "Swedish",
    "url": "https://translate.habitica.com/projects/habitica/communityguidelines/sv/",
    "translate_url": "https://translate.habitica.com/translate/habitica/communityguidelines/sv/"
}