Translation components API.

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

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

{
    "last_author": "Szakács Dániel",
    "code": "hu",
    "failing_percent": 2.2,
    "total_words": 1110,
    "translated_words": 1047,
    "url_translate": "http://weblate.ucs.ru/projects/mobcashdesk/client/hu/",
    "fuzzy": 6,
    "total": 315,
    "name": "Hungarian",
    "url": "http://weblate.ucs.ru/engage/mobcashdesk/hu/",
    "translated_percent": 94.6,
    "failing": 7,
    "fuzzy_percent": 1.9,
    "translated": 298,
    "last_change": "2021-03-19T13:29:17"
}