Translation components API.

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

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

{
    "total": 29,
    "total_words": 96,
    "last_change": "2024-12-19T18:00:05.330955Z",
    "recent_changes": 1,
    "translated": 28,
    "translated_words": 95,
    "translated_percent": 96.5,
    "translated_words_percent": 98.9,
    "translated_chars": 496,
    "translated_chars_percent": 94.8,
    "total_chars": 523,
    "fuzzy": 1,
    "fuzzy_percent": 3.4,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "it",
    "name": "Italian",
    "url": "http://weblate.ops404.it/projects/ooops-purchase-14-0/ooops_purchase_import_order_line/it/",
    "translate_url": "http://weblate.ops404.it/translate/ooops-purchase-14-0/ooops_purchase_import_order_line/it/"
}