Translation components API.

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

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

{
    "total": 264,
    "total_words": 1446,
    "last_change": "2024-11-22T15:19:18.894385Z",
    "recent_changes": 10,
    "translated": 139,
    "translated_words": 645,
    "translated_percent": 52.6,
    "translated_words_percent": 44.6,
    "translated_chars": 3994,
    "translated_chars_percent": 43.6,
    "total_chars": 9144,
    "fuzzy": 16,
    "fuzzy_percent": 6.0,
    "failing": 28,
    "failing_percent": 10.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 9,
    "comments": 0,
    "code": "sv",
    "name": "Swedish",
    "url": "https://translate.habitica.com/projects/habitica/subscriber/sv/",
    "translate_url": "https://translate.habitica.com/translate/habitica/subscriber/sv/"
}