Video file list

Query parameters

HTTP parameters:

video_id - The (parent) video by ID

created_time - when this file entry was created.

format__fsname - the fileformat fsname for this file.

integrated_lufs (includes __gt, __gte, __lt, __lte, __isnull) the overall loudness of the file.

truepeak_lufs (includes __gt, __gte, __lt, __lte, __isnull) the overall loudness of the file.

page_size - How many items per page. If set to 0 it will list all items. Default is 50 items.

ordering - Order results by specified field. Prepend a minus for descending order. I.e. ?ordering=-starttime.

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

{
    "count": 18006,
    "next": null,
    "previous": "https://frikanalen.no/api/videofiles/?format=api&limit=50&offset=17950&ordering=-video",
    "results": [
        {
            "id": 26271,
            "video": 628204,
            "format": 2,
            "filename": "628204/broadcast/Diesen_Tillman.dv",
            "createdTime": "2025-07-26T13:12:07.470036Z",
            "integratedLufs": -21.6,
            "truepeakLufs": -3.56
        },
        {
            "id": 26272,
            "video": 628204,
            "format": 7,
            "filename": "628204/theora/Diesen_Tillman.ogv",
            "createdTime": "2025-07-26T13:36:19.865538Z",
            "integratedLufs": -21.7,
            "truepeakLufs": -3.55
        },
        {
            "id": 26273,
            "video": 628208,
            "format": 6,
            "filename": "628208/original/25 Hvorfor lyver JV i Retten.mp4",
            "createdTime": "2025-07-27T00:25:52.065574Z",
            "integratedLufs": -22.73,
            "truepeakLufs": -4.48
        },
        {
            "id": 26274,
            "video": 628208,
            "format": 1,
            "filename": "628208/large_thumb/25 Hvorfor lyver JV i Retten.jpg",
            "createdTime": "2025-07-27T00:25:52.188202Z",
            "integratedLufs": -70.0,
            "truepeakLufs": null
        },
        {
            "id": 26275,
            "video": 628208,
            "format": 2,
            "filename": "628208/broadcast/25 Hvorfor lyver JV i Retten.dv",
            "createdTime": "2025-07-27T00:33:13.188145Z",
            "integratedLufs": -22.73,
            "truepeakLufs": -4.48
        },
        {
            "id": 26276,
            "video": 628208,
            "format": 7,
            "filename": "628208/theora/25 Hvorfor lyver JV i Retten.ogv",
            "createdTime": "2025-07-27T00:55:27.971882Z",
            "integratedLufs": -22.82,
            "truepeakLufs": -4.48
        }
    ]
}