Translation components API.

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

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

{
    "last_author": "Juskenas Edvinas",
    "code": "lt",
    "failing_percent": 0.6,
    "total_words": 4611,
    "translated_words": 4099,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/core/lt/",
    "fuzzy": 2,
    "total": 966,
    "name": "Lithuanian",
    "url": "http://weblate.ucs.ru/engage/kiosk2/lt/",
    "translated_percent": 91.0,
    "failing": 6,
    "fuzzy_percent": 0.2,
    "translated": 880,
    "last_change": "2024-08-27T14:30:58"
}