Translation components API.

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

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

{
    "last_author": "Комаров Глеб",
    "code": "sv",
    "failing_percent": 2.0,
    "total_words": 4611,
    "translated_words": 64,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/core/sv/",
    "fuzzy": 1,
    "total": 966,
    "name": "Swedish",
    "url": "http://weblate.ucs.ru/engage/kiosk2/sv/",
    "translated_percent": 2.2,
    "failing": 20,
    "fuzzy_percent": 0.1,
    "translated": 22,
    "last_change": "2022-01-18T12:58:04"
}