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.5,
    "total_words": 762,
    "translated_words": 677,
    "url_translate": "http://weblate.ucs.ru/projects/qms/e-queue-frontend/ro/",
    "fuzzy": 1,
    "total": 270,
    "name": "Romanian",
    "url": "http://weblate.ucs.ru/engage/qms/ro/",
    "translated_percent": 88.5,
    "failing": 7,
    "fuzzy_percent": 0.3,
    "translated": 239,
    "last_change": "2021-06-01T18:44:29"
}