Translation components API.

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

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

{
    "last_author": "Evita Strode",
    "code": "lv",
    "failing_percent": 2.5,
    "total_words": 1401,
    "translated_words": 1360,
    "url_translate": "http://weblate.ucs.ru/projects/foodfactory/common/lv/",
    "fuzzy": 7,
    "total": 546,
    "name": "Latvian",
    "url": "http://weblate.ucs.ru/engage/foodfactory/lv/",
    "translated_percent": 97.8,
    "failing": 14,
    "fuzzy_percent": 1.2,
    "translated": 534,
    "last_change": "2024-04-22T14:47:31"
}