Translation components API.

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

GET /api/translations/rk_lite/rklc/hu/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "last_author": "Szakács István",
    "code": "hu",
    "failing_percent": 0.2,
    "total_words": 3780,
    "translated_words": 1193,
    "url_translate": "http://weblate.ucs.ru/projects/rk_lite/rklc/hu/",
    "fuzzy": 0,
    "total": 1055,
    "name": "Hungarian",
    "url": "http://weblate.ucs.ru/engage/rk_lite/hu/",
    "translated_percent": 49.5,
    "failing": 3,
    "fuzzy_percent": 0.0,
    "translated": 523,
    "last_change": "2019-08-21T12:11:44"
}