Translation components API.

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

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

{
    "total": 22,
    "total_words": 584,
    "last_change": null,
    "recent_changes": 0,
    "translated": 17,
    "translated_words": 82,
    "translated_percent": 77.2,
    "translated_words_percent": 14.0,
    "translated_chars": 507,
    "translated_chars_percent": 4.5,
    "total_chars": 11078,
    "fuzzy": 5,
    "fuzzy_percent": 22.7,
    "failing": 1,
    "failing_percent": 4.5,
    "code": "it",
    "name": "Italian",
    "url": "http://weblate.ops404.it/projects/ooops/ooops_helpdesk/it/",
    "translate_url": "http://weblate.ops404.it/translate/ooops/ooops_helpdesk/it/"
}