Translation components API.

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

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

{
    "total": 350,
    "total_words": 1807,
    "last_change": "2025-11-25T13:27:15.531138Z",
    "recent_changes": 1,
    "translated": 338,
    "translated_words": 1743,
    "translated_percent": 96.5,
    "translated_words_percent": 96.4,
    "translated_chars": 10503,
    "translated_chars_percent": 96.3,
    "total_chars": 10896,
    "fuzzy": 12,
    "fuzzy_percent": 3.4,
    "failing": 11,
    "failing_percent": 3.1,
    "approved": 336,
    "approved_percent": 96.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "nl",
    "name": "Dutch",
    "url": "https://traduk.amikumu.com/projects/amikumu/app/nl/",
    "translate_url": "https://traduk.amikumu.com/translate/amikumu/app/nl/"
}