Translation components API.

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

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

{
    "total": 276,
    "total_words": 1611,
    "last_change": "2024-01-16T21:35:24.476151Z",
    "recent_changes": 1,
    "translated": 199,
    "translated_words": 1039,
    "translated_percent": 72.1,
    "translated_words_percent": 64.4,
    "translated_chars": 6550,
    "translated_chars_percent": 65.1,
    "total_chars": 10059,
    "fuzzy": 1,
    "fuzzy_percent": 0.3,
    "failing": 1,
    "failing_percent": 0.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 1,
    "code": "da",
    "name": "Danish",
    "url": "https://translate.habitica.com/projects/habitica/limited/da/",
    "translate_url": "https://translate.habitica.com/translate/habitica/limited/da/"
}