Translation components API.

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

GET /api/translations/mobcashdesk/client/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.6,
    "total_words": 1110,
    "translated_words": 358,
    "url_translate": "http://weblate.ucs.ru/projects/mobcashdesk/client/vi/",
    "fuzzy": 0,
    "total": 315,
    "name": "Vietnamese",
    "url": "http://weblate.ucs.ru/engage/mobcashdesk/vi/",
    "translated_percent": 43.4,
    "failing": 2,
    "fuzzy_percent": 0.0,
    "translated": 137,
    "last_change": "2023-08-23T08:36:24"
}