Translation components API.

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

GET /api/translations/ooops-mixin-14-0/crm_maps/it/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 15,
    "total_words": 45,
    "last_change": "2023-06-26T13:19:13.076710Z",
    "recent_changes": 1,
    "translated": 3,
    "translated_words": 6,
    "translated_percent": 20.0,
    "translated_words_percent": 13.3,
    "translated_chars": 30,
    "translated_chars_percent": 7.6,
    "total_chars": 394,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "it",
    "name": "Italian",
    "url": "http://weblate.ops404.it/projects/ooops-mixin-14-0/crm_maps/it/",
    "translate_url": "http://weblate.ops404.it/translate/ooops-mixin-14-0/crm_maps/it/"
}