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

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

{
    "count": 132,
    "pages": 14,
    "page": 14,
    "next": null,
    "previous": 13,
    "start_index": 131,
    "end_index": 132,
    "results": [
        {
            "id": 3023,
            "placeholder": 6305,
            "videos": [],
            "videos_detail": [],
            "resourcetype": "VideoContent",
            "order": 100
        },
        {
            "id": 3936,
            "placeholder": 9538,
            "videos": [],
            "videos_detail": [],
            "resourcetype": "VideoContent",
            "order": 100
        }
    ]
}