Translation components API.

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

GET /api/translations/foodfactory/common/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": 2.9,
    "total_words": 1570,
    "translated_words": 1308,
    "url_translate": "http://weblate.ucs.ru/projects/foodfactory/common/vi/",
    "fuzzy": 0,
    "total": 617,
    "name": "Vietnamese",
    "url": "http://weblate.ucs.ru/engage/foodfactory/vi/",
    "translated_percent": 84.2,
    "failing": 18,
    "fuzzy_percent": 0.0,
    "translated": 520,
    "last_change": "2021-02-22T09:18:26"
}