Translation components API.

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

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

{
    "total": 1073,
    "total_words": 5466,
    "last_change": "2023-09-18T08:46:40.695150Z",
    "recent_changes": 1,
    "translated": 1024,
    "translated_words": 4991,
    "translated_percent": 95.4,
    "translated_words_percent": 91.3,
    "translated_chars": 35009,
    "translated_chars_percent": 91.4,
    "total_chars": 38289,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "it",
    "name": "Italian",
    "url": "http://weblate.ops404.it/projects/ooops-mixin/odoo_marketplace/it/",
    "translate_url": "http://weblate.ops404.it/translate/ooops-mixin/odoo_marketplace/it/"
}