Video file list and detail endpoint.

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

{
    "count": 19003,
    "next": null,
    "previous": "https://frikanalen.no/api/videofiles/?format=api&limit=50&offset=18950&ordering=-created_time",
    "results": [
        {
            "id": 5491,
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "video": 623485,
            "format": 5,
            "filename": "623485/small_thumb/small.jpg",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 5493,
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "video": 623486,
            "format": 1,
            "filename": "623486/large_thumb/large.jpg",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 5496,
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "video": 623486,
            "format": 4,
            "filename": "623486/med_thumb/medium.jpg",
            "integratedLufs": null,
            "truepeakLufs": null
        }
    ]
}