Translation components API.

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

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

{
    "last_author": "Szakács István",
    "code": "hu",
    "failing_percent": 0.8,
    "total_words": 707,
    "translated_words": 679,
    "url_translate": "http://weblate.ucs.ru/projects/qms/e-queue-frontend/hu/",
    "fuzzy": 0,
    "total": 248,
    "name": "Hungarian",
    "url": "http://weblate.ucs.ru/engage/qms/hu/",
    "translated_percent": 96.7,
    "failing": 2,
    "fuzzy_percent": 0.0,
    "translated": 240,
    "last_change": "2021-09-06T11:10:08"
}