Video file list and detail endpoint.

GET /api/videofiles/?format=api&offset=18550&ordering=integrated_lufs
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=integrated_lufs",
    "results": [
        {
            "id": 12609,
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "video": 624865,
            "format": 4,
            "filename": "624865/med_thumb/medium.jpg",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 12610,
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "video": 624865,
            "format": 5,
            "filename": "624865/small_thumb/small.jpg",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 12611,
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "video": 624866,
            "format": 1,
            "filename": "624866/large_thumb/large.jpg",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 12614,
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "video": 624866,
            "format": 4,
            "filename": "624866/med_thumb/medium.jpg",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 12615,
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "video": 624866,
            "format": 5,
            "filename": "624866/small_thumb/small.jpg",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 12616,
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "video": 624867,
            "format": 1,
            "filename": "624867/large_thumb/large.jpg",
            "integratedLufs": null,
            "truepeakLufs": null
        }
    ]
}