Публичный апи разделов статей

GET /api/tag/?format=api&ordering=title
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "pages": 1,
    "page": 1,
    "next": null,
    "previous": null,
    "start_index": 1,
    "end_index": 2,
    "results": [
        {
            "id": 6,
            "title": "Новинки",
            "image": null,
            "code": "novelties",
            "slug": "novinki",
            "is_deleted": false,
            "image_detail": null,
            "url": "/catalog/tag-novinki"
        },
        {
            "id": 3,
            "title": "Популярные товары",
            "image": null,
            "code": "popular",
            "slug": "populiarnye-tovary",
            "is_deleted": false,
            "image_detail": null,
            "url": "/catalog/tag-populiarnye-tovary"
        }
    ]
}