Translation components API.

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

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

{
    "last_author": "Валерия Прозорова",
    "code": "en",
    "failing_percent": 0.0,
    "total_words": 447,
    "translated_words": 433,
    "url_translate": "http://weblate.ucs.ru/projects/rk_office/webman/en/",
    "fuzzy": 0,
    "total": 166,
    "name": "English",
    "url": "http://weblate.ucs.ru/engage/rk_office/en/",
    "translated_percent": 97.5,
    "failing": 0,
    "fuzzy_percent": 0.0,
    "translated": 162,
    "last_change": "2024-05-03T13:20:30"
}