Translation components API.

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

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

{
    "last_author": "A.Sergiev",
    "code": "de",
    "failing_percent": 0.0,
    "total_words": 707,
    "translated_words": 327,
    "url_translate": "http://weblate.ucs.ru/projects/qms/e-queue-frontend/de/",
    "fuzzy": 0,
    "total": 248,
    "name": "German",
    "url": "http://weblate.ucs.ru/engage/qms/de/",
    "translated_percent": 40.3,
    "failing": 0,
    "fuzzy_percent": 0.0,
    "translated": 100,
    "last_change": "2021-03-24T20:23:41"
}