Translation components API.

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

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

{
    "total": 94,
    "total_words": 646,
    "last_change": "2022-08-27T15:52:21.150314Z",
    "recent_changes": 58,
    "translated": 93,
    "translated_words": 642,
    "translated_percent": 98.9,
    "translated_words_percent": 99.3,
    "translated_chars": 3633,
    "translated_chars_percent": 99.2,
    "total_chars": 3661,
    "fuzzy": 1,
    "fuzzy_percent": 1.0,
    "failing": 19,
    "failing_percent": 20.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ro",
    "name": "Romanian",
    "url": "https://translate.habitica.com/projects/habitica/quests/ro/",
    "translate_url": "https://translate.habitica.com/translate/habitica/quests/ro/"
}