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=-format
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 18002,
    "next": null,
    "previous": "https://frikanalen.no/api/videofiles/?format=api&limit=50&offset=17950&ordering=-format",
    "results": [
        {
            "id": 9347,
            "video": 624258,
            "format": 2,
            "filename": "624258/broadcast/5302_b6f44a7b61054724836bc5137de6b87e.avi",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -23.78,
            "truepeakLufs": -2.46
        },
        {
            "id": 26032,
            "video": 628132,
            "format": 2,
            "filename": "628132/broadcast/Politikk og religion del 3.dv",
            "createdTime": "2025-06-15T16:47:28.559534Z",
            "integratedLufs": -17.8,
            "truepeakLufs": 1.61
        }
    ]
}