Translation components API.

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

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

{
    "last_author": "Mantas Antanaitis",
    "code": "lt",
    "failing_percent": 1.1,
    "total_words": 762,
    "translated_words": 677,
    "url_translate": "http://weblate.ucs.ru/projects/qms/e-queue-frontend/lt/",
    "fuzzy": 1,
    "total": 270,
    "name": "Lithuanian",
    "url": "http://weblate.ucs.ru/engage/qms/lt/",
    "translated_percent": 88.5,
    "failing": 3,
    "fuzzy_percent": 0.3,
    "translated": 239,
    "last_change": "2021-09-10T06:08:08"
}