Translation components API.

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

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

{
    "last_author": "Фарид Джафаров",
    "code": "az",
    "failing_percent": 0.0,
    "total_words": 767,
    "translated_words": 15,
    "url_translate": "http://weblate.ucs.ru/projects/guestscreen/common/az/",
    "fuzzy": 0,
    "total": 335,
    "name": "Azerbaijani",
    "url": "http://weblate.ucs.ru/engage/guestscreen/az/",
    "translated_percent": 2.0,
    "failing": 0,
    "fuzzy_percent": 0.0,
    "translated": 7,
    "last_change": "2021-10-13T12:12:47"
}