Translation components API.

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

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

{
    "total": 350,
    "total_words": 1807,
    "last_change": "2023-07-17T11:18:07.995659Z",
    "recent_changes": 1,
    "translated": 295,
    "translated_words": 1575,
    "translated_percent": 84.2,
    "translated_words_percent": 87.1,
    "translated_chars": 9525,
    "translated_chars_percent": 87.4,
    "total_chars": 10896,
    "fuzzy": 55,
    "fuzzy_percent": 15.7,
    "failing": 50,
    "failing_percent": 14.2,
    "approved": 294,
    "approved_percent": 84.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 7,
    "comments": 0,
    "code": "da",
    "name": "Danish",
    "url": "https://traduk.amikumu.com/projects/amikumu/app/da/",
    "translate_url": "https://traduk.amikumu.com/translate/amikumu/app/da/"
}