Translation components API.

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

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

{
    "last_author": "m.kuleshov",
    "code": "de_AT",
    "failing_percent": 7.9,
    "total_words": 1110,
    "translated_words": 1016,
    "url_translate": "http://weblate.ucs.ru/projects/mobcashdesk/client/de_AT/",
    "fuzzy": 6,
    "total": 315,
    "name": "Austrian German",
    "url": "http://weblate.ucs.ru/engage/mobcashdesk/de_AT/",
    "translated_percent": 93.3,
    "failing": 25,
    "fuzzy_percent": 1.9,
    "translated": 294,
    "last_change": "2020-07-27T16:45:31"
}