Translation components API.

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

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

{
    "total": 845,
    "total_words": 28479,
    "last_change": "2024-09-04T09:05:49.446298Z",
    "recent_changes": 1,
    "translated": 603,
    "translated_words": 19201,
    "translated_percent": 71.3,
    "translated_words_percent": 67.4,
    "translated_chars": 116332,
    "translated_chars_percent": 67.2,
    "total_chars": 172884,
    "fuzzy": 52,
    "fuzzy_percent": 6.1,
    "failing": 294,
    "failing_percent": 34.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "da",
    "name": "Danish",
    "url": "https://translate.habitica.com/projects/habitica/questscontent/da/",
    "translate_url": "https://translate.habitica.com/translate/habitica/questscontent/da/"
}