Translation components API.

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

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

{
    "count": 22,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/components/storehouse5/sdbcli/statistics/?format=api",
    "results": [
        {
            "last_author": "Фарид Джафаров",
            "code": "az",
            "failing_percent": 0.0,
            "total_words": 1409,
            "translated_words": 1409,
            "url_translate": "http://weblate.ucs.ru/projects/storehouse5/sdbcli/az/",
            "fuzzy": 0,
            "total": 231,
            "name": "Azerbaijani",
            "url": "http://weblate.ucs.ru/engage/storehouse5/az/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 231,
            "last_change": "2023-07-20T18:45:42"
        },
        {
            "last_author": null,
            "code": "tr",
            "failing_percent": 0.0,
            "total_words": 1409,
            "translated_words": 0,
            "url_translate": "http://weblate.ucs.ru/projects/storehouse5/sdbcli/tr/",
            "fuzzy": 0,
            "total": 231,
            "name": "Turkish",
            "url": "http://weblate.ucs.ru/engage/storehouse5/tr/",
            "translated_percent": 0.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 0,
            "last_change": null
        }
    ]
}