Translation components API.

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

GET /api/components/storehouse5/sh5licen/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/storehouse5/sh5licen/statistics/?format=api",
    "results": [
        {
            "last_author": "Michael Harutyunyan",
            "code": "hy",
            "failing_percent": 1.3,
            "total_words": 228,
            "translated_words": 228,
            "url_translate": "http://weblate.ucs.ru/projects/storehouse5/sh5licen/hy/",
            "fuzzy": 0,
            "total": 76,
            "name": "Armenian",
            "url": "http://weblate.ucs.ru/engage/storehouse5/hy/",
            "translated_percent": 100.0,
            "failing": 1,
            "fuzzy_percent": 0.0,
            "translated": 76,
            "last_change": "2021-06-01T13:36:57"
        },
        {
            "last_author": "Фарид Джафаров",
            "code": "az",
            "failing_percent": 2.6,
            "total_words": 228,
            "translated_words": 228,
            "url_translate": "http://weblate.ucs.ru/projects/storehouse5/sh5licen/az/",
            "fuzzy": 0,
            "total": 76,
            "name": "Azerbaijani",
            "url": "http://weblate.ucs.ru/engage/storehouse5/az/",
            "translated_percent": 100.0,
            "failing": 2,
            "fuzzy_percent": 0.0,
            "translated": 76,
            "last_change": "2023-07-23T16:48:37"
        },
        {
            "last_author": "Менц Мария",
            "code": "tr",
            "failing_percent": 0.0,
            "total_words": 228,
            "translated_words": 1,
            "url_translate": "http://weblate.ucs.ru/projects/storehouse5/sh5licen/tr/",
            "fuzzy": 0,
            "total": 76,
            "name": "Turkish",
            "url": "http://weblate.ucs.ru/engage/storehouse5/tr/",
            "translated_percent": 1.3,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 1,
            "last_change": "2023-04-20T09:50:32"
        }
    ]
}