Translation components API.

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

GET /api/translations/webinterface/webdashboard/de/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "last_author": null,
    "code": "de",
    "failing_percent": 2.1,
    "total_words": 847,
    "translated_words": 127,
    "url_translate": "http://weblate.ucs.ru/projects/webinterface/webdashboard/de/",
    "fuzzy": 8,
    "total": 417,
    "name": "German",
    "url": "http://weblate.ucs.ru/engage/webinterface/de/",
    "translated_percent": 25.4,
    "failing": 9,
    "fuzzy_percent": 1.9,
    "translated": 106,
    "last_change": null
}