Translation components API.

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

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

{
    "total": 369,
    "total_words": 1806,
    "last_change": "2025-04-09T09:55:18.544321Z",
    "recent_changes": 1,
    "translated": 365,
    "translated_words": 1802,
    "translated_percent": 98.9,
    "translated_words_percent": 99.7,
    "translated_chars": 12480,
    "translated_chars_percent": 99.1,
    "total_chars": 12584,
    "fuzzy": 4,
    "fuzzy_percent": 1.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "it",
    "name": "Italian",
    "url": "http://weblate.ops404.it/projects/ooops-configurator-14-0/ooops_grifoflex_order/it/",
    "translate_url": "http://weblate.ops404.it/translate/ooops-configurator-14-0/ooops_grifoflex_order/it/"
}