Translation components API.

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

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

{
    "count": 23,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/components/guestscreen/common/statistics/?format=api",
    "results": [
        {
            "last_author": "Фарид Джафаров",
            "code": "az",
            "failing_percent": 0.0,
            "total_words": 752,
            "translated_words": 15,
            "url_translate": "http://weblate.ucs.ru/projects/guestscreen/common/az/",
            "fuzzy": 0,
            "total": 331,
            "name": "Azerbaijani",
            "url": "http://weblate.ucs.ru/engage/guestscreen/az/",
            "translated_percent": 2.1,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 7,
            "last_change": "2021-10-13T12:12:47"
        },
        {
            "last_author": null,
            "code": "bs",
            "failing_percent": 0.0,
            "total_words": 752,
            "translated_words": 0,
            "url_translate": "http://weblate.ucs.ru/projects/guestscreen/common/bs/",
            "fuzzy": 0,
            "total": 331,
            "name": "Bosnian",
            "url": "http://weblate.ucs.ru/engage/guestscreen/bs/",
            "translated_percent": 0.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 0,
            "last_change": null
        },
        {
            "last_author": "Vitalie Bologan",
            "code": "ro",
            "failing_percent": 0.0,
            "total_words": 752,
            "translated_words": 128,
            "url_translate": "http://weblate.ucs.ru/projects/guestscreen/common/ro/",
            "fuzzy": 0,
            "total": 331,
            "name": "Romanian",
            "url": "http://weblate.ucs.ru/engage/guestscreen/ro/",
            "translated_percent": 20.2,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 67,
            "last_change": "2023-11-09T13:16:33"
        }
    ]
}