Translation components API.

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

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

{
    "last_author": "Andrea Petrova",
    "code": "cs",
    "failing_percent": 1.2,
    "total_words": 1606,
    "translated_words": 766,
    "url_translate": "http://weblate.ucs.ru/projects/foodfactory/fastreport_docs/cs/",
    "fuzzy": 3,
    "total": 468,
    "name": "Czech",
    "url": "http://weblate.ucs.ru/engage/foodfactory/cs/",
    "translated_percent": 50.2,
    "failing": 6,
    "fuzzy_percent": 0.6,
    "translated": 235,
    "last_change": "2020-09-24T15:01:30"
}