Translation components API.

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

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

{
    "total": 140,
    "total_words": 660,
    "last_change": "2022-09-13T10:04:47.537541Z",
    "recent_changes": 15,
    "translated": 127,
    "translated_words": 579,
    "translated_percent": 90.7,
    "translated_words_percent": 87.7,
    "translated_chars": 3238,
    "translated_chars_percent": 87.6,
    "total_chars": 3694,
    "fuzzy": 1,
    "fuzzy_percent": 0.7,
    "failing": 2,
    "failing_percent": 1.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "da",
    "name": "Danish",
    "url": "https://translate.habitica.com/projects/habitica/tasks/da/",
    "translate_url": "https://translate.habitica.com/translate/habitica/tasks/da/"
}