GET /api/books/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 8,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1,
            "image": null,
            "slug": "mening-prezidentim",
            "deleted": false,
            "title": "“Менинг Президентим”",
            "author": null,
            "price": 400000.0,
            "active": true,
            "type": "literature"
        },
        {
            "id": 2,
            "image": null,
            "slug": "qweqwe-wq21312-3123eqweqw-eqw-eqweqweqwe",
            "deleted": false,
            "title": "",
            "author": null,
            "price": 70000000.0,
            "active": true,
            "type": "literature"
        },
        {
            "id": 3,
            "image": null,
            "slug": "literatura",
            "deleted": false,
            "title": "Литература",
            "author": null,
            "price": 100000.0,
            "active": true,
            "type": "science"
        },
        {
            "id": 4,
            "image": null,
            "slug": "yoqolgan-kema",
            "deleted": false,
            "title": "Йўқолган кема",
            "author": null,
            "price": 80000.0,
            "active": true,
            "type": "literature"
        },
        {
            "id": 5,
            "image": null,
            "slug": "sakrash",
            "deleted": false,
            "title": "",
            "author": null,
            "price": 80000.0,
            "active": true,
            "type": "literature"
        },
        {
            "id": 6,
            "image": null,
            "slug": "cheburashka-rasmiy-romanizatsiya",
            "deleted": false,
            "title": "",
            "author": null,
            "price": 60000.0,
            "active": true,
            "type": "literature"
        },
        {
            "id": 7,
            "image": null,
            "slug": "tananing-mobilizatsiyasi-bizning-tanami",
            "deleted": false,
            "title": "",
            "author": null,
            "price": 75000.0,
            "active": true,
            "type": "literature"
        },
        {
            "id": 8,
            "image": null,
            "slug": "shaharda-nomsiz-qotillik",
            "deleted": false,
            "title": "",
            "author": null,
            "price": 90000.0,
            "active": true,
            "type": "literature"
        }
    ]
}