Translation components API.

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

GET /api/translations/storehouse5/shadm/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": 4.0,
    "total_words": 3423,
    "translated_words": 2938,
    "url_translate": "http://weblate.ucs.ru/projects/storehouse5/shadm/fr/",
    "fuzzy": 1,
    "total": 994,
    "name": "French",
    "url": "http://weblate.ucs.ru/engage/storehouse5/fr/",
    "translated_percent": 85.7,
    "failing": 40,
    "fuzzy_percent": 0.1,
    "translated": 852,
    "last_change": "2024-04-07T13:29:16"
}