Translation components API.

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

GET /api/translations/kdspro/common-lk/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": 0.5,
    "total_words": 828,
    "translated_words": 751,
    "url_translate": "http://weblate.ucs.ru/projects/kdspro/common-lk/vi/",
    "fuzzy": 1,
    "total": 359,
    "name": "Vietnamese",
    "url": "http://weblate.ucs.ru/engage/kdspro/vi/",
    "translated_percent": 89.4,
    "failing": 2,
    "fuzzy_percent": 0.2,
    "translated": 321,
    "last_change": "2023-08-23T08:38:50"
}