Translation components API.

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

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

{
    "last_author": "Alexandru Teodoru",
    "code": "ro",
    "failing_percent": 3.7,
    "total_words": 874,
    "translated_words": 686,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/default/ro/",
    "fuzzy": 0,
    "total": 212,
    "name": "Romanian",
    "url": "http://weblate.ucs.ru/engage/kiosk2/ro/",
    "translated_percent": 83.0,
    "failing": 8,
    "fuzzy_percent": 0.0,
    "translated": 176,
    "last_change": "2024-06-15T13:54:53"
}