Video file list and detail endpoint.

GET /api/videofiles/?format=api&offset=19000&ordering=-format
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=-format",
    "results": [
        {
            "id": 23319,
            "createdTime": "2021-05-11T07:16:33.462450Z",
            "video": 626798,
            "format": 2,
            "filename": "626798/broadcast/Guds løfter.dv",
            "integratedLufs": -14.63,
            "truepeakLufs": 0.01
        },
        {
            "id": 22047,
            "createdTime": "2019-12-21T15:23:39.247404Z",
            "video": 626238,
            "format": 2,
            "filename": "626238/broadcast/20190922T0930-18_soriamoria_ArunThomas-Rust.dv",
            "integratedLufs": -20.78,
            "truepeakLufs": -1.96
        },
        {
            "id": 12155,
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "video": 624773,
            "format": 2,
            "filename": "624773/broadcast/6010_67e84b85214e44b8bbccdf365f763fe0.avi",
            "integratedLufs": -18.4,
            "truepeakLufs": 0.25
        }
    ]
}