Translation components API.

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

GET /api/translations/trm/preface-de-la-version-10-par-yoland-bresson/es/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 19,
    "total_words": 1271,
    "last_change": "2024-05-07T17:34:28.940144Z",
    "recent_changes": 18,
    "translated": 19,
    "translated_words": 1271,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 7646,
    "translated_chars_percent": 100.0,
    "total_chars": 7646,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://weblate.duniter.org/projects/trm/preface-de-la-version-10-par-yoland-bresson/es/",
    "translate_url": "https://weblate.duniter.org/translate/trm/preface-de-la-version-10-par-yoland-bresson/es/"
}