Translation components API.

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

GET /api/translations/habitica/subscriber/sk/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.308996Z",
    "recent_changes": 8,
    "translated": 115,
    "translated_words": 530,
    "translated_percent": 43.5,
    "translated_words_percent": 36.6,
    "translated_chars": 3288,
    "translated_chars_percent": 35.9,
    "total_chars": 9144,
    "fuzzy": 17,
    "fuzzy_percent": 6.4,
    "failing": 115,
    "failing_percent": 43.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "sk",
    "name": "Slovak",
    "url": "https://translate.habitica.com/projects/habitica/subscriber/sk/",
    "translate_url": "https://translate.habitica.com/translate/habitica/subscriber/sk/"
}