Video file list and detail endpoint.

GET /api/videofiles/?format=api&offset=18550&ordering=truepeak_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=truepeak_lufs",
    "results": [
        {
            "id": 12158,
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "video": 624773,
            "format": 5,
            "filename": "624773/small_thumb/small.jpg",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 12159,
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "video": 624774,
            "format": 1,
            "filename": "624774/large_thumb/large.jpg",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 12162,
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "video": 624774,
            "format": 4,
            "filename": "624774/med_thumb/medium.jpg",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 12163,
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "video": 624774,
            "format": 5,
            "filename": "624774/small_thumb/small.jpg",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 9319,
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "video": 624252,
            "format": 1,
            "filename": "624252/large_thumb/large.jpg",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 12165,
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "video": 624775,
            "format": 1,
            "filename": "624775/large_thumb/large.jpg",
            "integratedLufs": null,
            "truepeakLufs": null
        }
    ]
}