Translation components API.

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

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

{
    "total": 7,
    "total_words": 24,
    "last_change": "2021-07-09T07:17:18.577710Z",
    "recent_changes": 2,
    "translated": 2,
    "translated_words": 5,
    "translated_percent": 28.5,
    "translated_words_percent": 20.8,
    "translated_chars": 35,
    "translated_chars_percent": 19.2,
    "total_chars": 182,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "it",
    "name": "Italian",
    "url": "http://weblate.ops404.it/projects/ooops-helpdesk/ooops_helpdesk_maintenance/it/",
    "translate_url": "http://weblate.ops404.it/translate/ooops-helpdesk/ooops_helpdesk_maintenance/it/"
}