Translation components API.

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

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

{
    "last_author": "Alexander Shugaev",
    "code": "de_AT",
    "failing_percent": 7.5,
    "total_words": 855,
    "translated_words": 852,
    "url_translate": "http://weblate.ucs.ru/projects/webinterface/webdashboard/de_AT/",
    "fuzzy": 0,
    "total": 424,
    "name": "Austrian German",
    "url": "http://weblate.ucs.ru/engage/webinterface/de_AT/",
    "translated_percent": 99.5,
    "failing": 32,
    "fuzzy_percent": 0.0,
    "translated": 422,
    "last_change": "2020-05-26T10:53:17"
}