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

{
    "count": 17906,
    "next": null,
    "previous": "https://frikanalen.no/api/videofiles/?format=api&limit=50&offset=17850&ordering=-integrated_lufs",
    "results": [
        {
            "id": 26141,
            "video": 628171,
            "format": 1,
            "filename": "628171/large_thumb/Diesen_Abelow.jpg",
            "createdTime": "2025-07-06T19:40:49.273361Z",
            "integratedLufs": -70.0,
            "truepeakLufs": null
        },
        {
            "id": 26146,
            "video": 628172,
            "format": 1,
            "filename": "628172/large_thumb/Diesen_Johnson_Israels_tap.jpg",
            "createdTime": "2025-07-06T21:39:29.739208Z",
            "integratedLufs": -70.0,
            "truepeakLufs": null
        },
        {
            "id": 26149,
            "video": 628173,
            "format": 1,
            "filename": "628173/large_thumb/Diesen_Kneissl_Russland_mot_ost.jpg",
            "createdTime": "2025-07-07T06:52:52.388715Z",
            "integratedLufs": -70.0,
            "truepeakLufs": null
        },
        {
            "id": 26154,
            "video": 628174,
            "format": 1,
            "filename": "628174/large_thumb/Stopp v�penkappl�pet, med Sigurd Allern.jpg",
            "createdTime": "2025-07-07T12:45:42.453860Z",
            "integratedLufs": -70.0,
            "truepeakLufs": null
        },
        {
            "id": 14164,
            "video": 624964,
            "format": 7,
            "filename": "624964/theora/6379_46e823bccff44ead9ad27c18c567d06a.ogv",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -70.0,
            "truepeakLufs": null
        },
        {
            "id": 14167,
            "video": 624965,
            "format": 7,
            "filename": "624965/theora/6380_1f9e59260ac64030b4dfb233dc662ab7.ogv",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -70.0,
            "truepeakLufs": null
        }
    ]
}