Translation components API.

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

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

{
    "last_author": "Vitalie Bologan",
    "code": "ro",
    "failing_percent": 2.4,
    "total_words": 707,
    "translated_words": 679,
    "url_translate": "http://weblate.ucs.ru/projects/qms/e-queue-frontend/ro/",
    "fuzzy": 0,
    "total": 248,
    "name": "Romanian",
    "url": "http://weblate.ucs.ru/engage/qms/ro/",
    "translated_percent": 96.7,
    "failing": 6,
    "fuzzy_percent": 0.0,
    "translated": 240,
    "last_change": "2021-06-01T18:44:29"
}