Video file list and detail endpoint.

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

{
    "count": 18556,
    "next": null,
    "previous": "https://frikanalen.no/api/videofiles/?format=api&limit=50&offset=18500&ordering=-created_time",
    "results": [
        {
            "id": 4864,
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "video": 623341,
            "format": 4,
            "filename": "623341/med_thumb/medium.jpg",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 4865,
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "video": 623341,
            "format": 5,
            "filename": "623341/small_thumb/small.jpg",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 4866,
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "video": 623342,
            "format": 1,
            "filename": "623342/large_thumb/large.jpg",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 4869,
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "video": 623342,
            "format": 4,
            "filename": "623342/med_thumb/medium.jpg",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 4870,
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "video": 623342,
            "format": 5,
            "filename": "623342/small_thumb/small.jpg",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 4871,
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "video": 623343,
            "format": 1,
            "filename": "623343/large_thumb/large.jpg",
            "integratedLufs": null,
            "truepeakLufs": null
        }
    ]
}