Video file list and detail endpoint.

GET /api/videofiles/?format=api&offset=19000&ordering=-integrated_lufs
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=-integrated_lufs",
    "results": [
        {
            "id": 24701,
            "createdTime": "2022-11-01T07:50:41.992021Z",
            "video": 627588,
            "format": 1,
            "filename": "627588/large_thumb/Shofar 147 Legg merke til Israel, Guds land og folk.jpg",
            "integratedLufs": -70.0,
            "truepeakLufs": null
        },
        {
            "id": 24698,
            "createdTime": "2022-10-25T06:45:44.226981Z",
            "video": 627587,
            "format": 1,
            "filename": "627587/large_thumb/Shofar 146 Symboler i h�stens h�ytider.jpg",
            "integratedLufs": -70.0,
            "truepeakLufs": null
        },
        {
            "id": 24689,
            "createdTime": "2022-10-16T21:32:54.315957Z",
            "video": 627585,
            "format": 1,
            "filename": "627585/large_thumb/Galtung9sept2001profeti.jpg",
            "integratedLufs": -70.0,
            "truepeakLufs": null
        }
    ]
}