Translation components API.

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

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

{
    "total": 24,
    "total_words": 85,
    "last_change": "2024-11-05T11:31:37.177510Z",
    "recent_changes": 1,
    "translated": 12,
    "translated_words": 23,
    "translated_percent": 50.0,
    "translated_words_percent": 27.0,
    "translated_chars": 132,
    "translated_chars_percent": 26.3,
    "total_chars": 501,
    "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/sh_product_qrcode_generator/it/",
    "translate_url": "http://weblate.ops404.it/translate/ooops-mixin-14-0/sh_product_qrcode_generator/it/"
}