Translation components API.

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

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

{
    "last_author": null,
    "code": "de",
    "failing_percent": 16.1,
    "total_words": 230,
    "translated_words": 205,
    "url_translate": "http://weblate.ucs.ru/projects/webinterface/reportbrowser/de/",
    "fuzzy": 0,
    "total": 105,
    "name": "German",
    "url": "http://weblate.ucs.ru/engage/webinterface/de/",
    "translated_percent": 96.1,
    "failing": 17,
    "fuzzy_percent": 0.0,
    "translated": 101,
    "last_change": null
}