Translation components API.

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

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

{
    "last_author": "Vitalie Bologan",
    "code": "ro",
    "failing_percent": 0.1,
    "total_words": 3164,
    "translated_words": 173,
    "url_translate": "http://weblate.ucs.ru/projects/delivery/delivery/ro/",
    "fuzzy": 8,
    "total": 1141,
    "name": "Romanian",
    "url": "http://weblate.ucs.ru/engage/delivery/ro/",
    "translated_percent": 4.5,
    "failing": 1,
    "fuzzy_percent": 0.7,
    "translated": 52,
    "last_change": "2024-03-28T08:37:27"
}