Translation components API.

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

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

{
    "last_author": "Reznicek Jan",
    "code": "cs",
    "failing_percent": 0.0,
    "total_words": 3423,
    "translated_words": 3359,
    "url_translate": "http://weblate.ucs.ru/projects/storehouse5/shadm/cs/",
    "fuzzy": 0,
    "total": 994,
    "name": "Czech",
    "url": "http://weblate.ucs.ru/engage/storehouse5/cs/",
    "translated_percent": 98.2,
    "failing": 0,
    "fuzzy_percent": 0.0,
    "translated": 977,
    "last_change": "2024-03-15T13:40:57"
}