Translation components API.

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

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

{
    "last_author": "Hai Pham",
    "code": "vi",
    "failing_percent": 12.8,
    "total_words": 1606,
    "translated_words": 1605,
    "url_translate": "http://weblate.ucs.ru/projects/foodfactory/fastreport_docs/vi/",
    "fuzzy": 1,
    "total": 468,
    "name": "Vietnamese",
    "url": "http://weblate.ucs.ru/engage/foodfactory/vi/",
    "translated_percent": 99.7,
    "failing": 60,
    "fuzzy_percent": 0.2,
    "translated": 467,
    "last_change": "2021-02-23T04:11:55"
}