Translation components API.

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

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

{
    "last_author": "Комаров Глеб",
    "code": "fi",
    "failing_percent": 2.1,
    "total_words": 4611,
    "translated_words": 679,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/core/fi/",
    "fuzzy": 1,
    "total": 966,
    "name": "Finnish",
    "url": "http://weblate.ucs.ru/engage/kiosk2/fi/",
    "translated_percent": 20.0,
    "failing": 21,
    "fuzzy_percent": 0.1,
    "translated": 194,
    "last_change": "2024-07-09T10:07:29"
}