Translation components API.

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

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

{
    "total": 20,
    "total_words": 79,
    "last_change": null,
    "recent_changes": 0,
    "translated": 18,
    "translated_words": 67,
    "translated_percent": 90.0,
    "translated_words_percent": 84.8,
    "translated_chars": 375,
    "translated_chars_percent": 75.0,
    "total_chars": 500,
    "fuzzy": 2,
    "fuzzy_percent": 10.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "it",
    "name": "Italian",
    "url": "http://weblate.ops404.it/projects/ooops/ooops_odoo_marketplace/it/",
    "translate_url": "http://weblate.ops404.it/translate/ooops/ooops_odoo_marketplace/it/"
}