Translation components API.

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

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

{
    "total": 94,
    "total_words": 646,
    "last_change": "2021-06-22T15:27:41.359327Z",
    "recent_changes": 1,
    "translated": 69,
    "translated_words": 373,
    "translated_percent": 73.4,
    "translated_words_percent": 57.7,
    "translated_chars": 2131,
    "translated_chars_percent": 58.2,
    "total_chars": 3661,
    "fuzzy": 5,
    "fuzzy_percent": 5.3,
    "failing": 9,
    "failing_percent": 9.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 6,
    "comments": 0,
    "code": "sv",
    "name": "Swedish",
    "url": "https://translate.habitica.com/projects/habitica/quests/sv/",
    "translate_url": "https://translate.habitica.com/translate/habitica/quests/sv/"
}