Translation components API.

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

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

{
    "last_author": "Комаров Глеб",
    "code": "fi",
    "failing_percent": 3.4,
    "total_words": 680,
    "translated_words": 575,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/default/fi/",
    "fuzzy": 3,
    "total": 173,
    "name": "Finnish",
    "url": "http://weblate.ucs.ru/engage/kiosk2/fi/",
    "translated_percent": 82.6,
    "failing": 6,
    "fuzzy_percent": 1.7,
    "translated": 143,
    "last_change": "2024-02-27T14:56:26"
}