Translation components API.

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

GET /api/translations/kiosk2/core/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": 32.1,
    "total_words": 4611,
    "translated_words": 4039,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/core/ro/",
    "fuzzy": 3,
    "total": 966,
    "name": "Romanian",
    "url": "http://weblate.ucs.ru/engage/kiosk2/ro/",
    "translated_percent": 89.6,
    "failing": 311,
    "fuzzy_percent": 0.3,
    "translated": 866,
    "last_change": "2024-06-15T14:02:47"
}