Translation components API.

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

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

{
    "total": 286,
    "total_words": 1632,
    "last_change": "2024-02-07T01:01:10.451993Z",
    "recent_changes": 1,
    "translated": 151,
    "translated_words": 762,
    "translated_percent": 52.7,
    "translated_words_percent": 46.6,
    "translated_chars": 4811,
    "translated_chars_percent": 47.7,
    "total_chars": 10079,
    "fuzzy": 11,
    "fuzzy_percent": 3.8,
    "failing": 13,
    "failing_percent": 4.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 8,
    "comments": 0,
    "code": "sv",
    "name": "Swedish",
    "url": "https://translate.habitica.com/projects/habitica/limited/sv/",
    "translate_url": "https://translate.habitica.com/translate/habitica/limited/sv/"
}