Публичный API раздела метатегов

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

{
    "count": 6,
    "pages": 1,
    "page": 1,
    "next": null,
    "previous": null,
    "start_index": 1,
    "end_index": 6,
    "results": [
        {
            "id": 3,
            "title": "{{category.title}} {{brend.title}} - купить в магазине У НАИЛЯ",
            "description": "В нашем магазине вы можете купить {{category.title}} {{brend.title}} по доступной цене c доставкой",
            "keywords": "",
            "page_title": "{{category.title}} {{brend.title}}",
            "body": "",
            "url": "",
            "content_type": 54,
            "content_type_model": "category",
            "object_id": null,
            "priority": 0
        },
        {
            "id": 4,
            "title": "Купить {% if product.external_title %}{{product.external_title}}{%else%}{{product.title}}{%endif%} от {{product.min_price}} руб с доставкой",
            "description": "В нашем магазине вы можете купить {% if product.external_title %}{{product.external_title}}{%else%}{{product.title}}{%endif%} по доступной цене с доставкой",
            "keywords": "",
            "page_title": "{% if product.external_title %}{{product.external_title}}{%else%}{{product.title}}{%endif%}",
            "body": "",
            "url": "",
            "content_type": 55,
            "content_type_model": "product",
            "object_id": null,
            "priority": 0
        },
        {
            "id": 5,
            "title": "{{categorygroup.title}} - купить в магазине У НАИЛЯ",
            "description": "В нашем магазине вы можете купить {{categorygroup.title}} по доступной цене с доставкой",
            "keywords": "",
            "page_title": "{{categorygroup.title}}",
            "body": "",
            "url": "",
            "content_type": 57,
            "content_type_model": "categorygroup",
            "object_id": null,
            "priority": 0
        },
        {
            "id": 6,
            "title": "Бренд {{brend.title}} в магазине У НАИЛЯ",
            "description": "Купить товары бренда {{brend.title}} в магазине У НАИЛЯ с доставкой",
            "keywords": "",
            "page_title": "{{brend.title}}",
            "body": "",
            "url": "",
            "content_type": 68,
            "content_type_model": "brend",
            "object_id": null,
            "priority": 0
        },
        {
            "id": 7,
            "title": "Отзывы на {% if product.external_title %}{{product.external_title}}{%else%}{{product.title}}{%endif%}",
            "description": "Отзывы на {% if product.external_title %}{{product.external_title}}{%else%}{{product.title}}{%endif%}",
            "keywords": "",
            "page_title": "Отзывы на {% if product.external_title %}{{product.external_title}}{%else%}{{product.title}}{%endif%}",
            "body": "",
            "url": "",
            "content_type": 55,
            "content_type_model": "product",
            "object_id": null,
            "priority": 0
        },
        {
            "id": 8,
            "title": "{{category.title}}   {{culture.value | lower | inflect:\"gent\"}} {{kind_flowers.value | inflect:\"gent\"}}  {{brend.title}} - купить в магазине У НАИЛЯ",
            "description": "В нашем магазине вы можете купить {{category.title}} {{culture.value | lower | inflect:\"gent\"}} {{kind_flowers.value  | inflect:\"gent\"}} {{brend.title}} по доступной цене c доставкой",
            "keywords": "",
            "page_title": "{{category.title}} {{culture.value | lower | inflect:\"gent\"}} {{kind_flowers.value  | inflect:\"gent\"}} {{brend.title}}",
            "body": "",
            "url": "",
            "content_type": 54,
            "content_type_model": "category",
            "object_id": 36,
            "priority": 10
        }
    ]
}