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": "2024-06-14T21:19:27.327664Z",
    "recent_changes": 2,
    "translated": 37,
    "translated_words": 302,
    "translated_percent": 40.6,
    "translated_words_percent": 16.6,
    "translated_chars": 2103,
    "translated_chars_percent": 17.1,
    "total_chars": 12260,
    "fuzzy": 43,
    "fuzzy_percent": 47.2,
    "failing": 47,
    "failing_percent": 51.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 3,
    "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/"
}