Translation components API.

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

GET /api/translations/rk_office/webman/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.7,
    "total_words": 688,
    "translated_words": 594,
    "url_translate": "http://weblate.ucs.ru/projects/rk_office/webman/cs/",
    "fuzzy": 2,
    "total": 261,
    "name": "Czech",
    "url": "http://weblate.ucs.ru/engage/rk_office/cs/",
    "translated_percent": 85.8,
    "failing": 2,
    "fuzzy_percent": 0.7,
    "translated": 224,
    "last_change": "2024-08-26T13:56:19"
}