Translation components API.

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

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

{
    "last_author": "Jamel B M",
    "code": "fr",
    "failing_percent": 9.0,
    "total_words": 27066,
    "translated_words": 26574,
    "url_translate": "http://weblate.ucs.ru/projects/storehouse5/sh/fr/",
    "fuzzy": 4,
    "total": 10090,
    "name": "French",
    "url": "http://weblate.ucs.ru/engage/storehouse5/fr/",
    "translated_percent": 98.7,
    "failing": 911,
    "fuzzy_percent": 0.1,
    "translated": 9965,
    "last_change": "2024-04-07T15:24:56"
}