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=created_time
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=created_time",
    "results": [
        {
            "id": 26155,
            "video": 628174,
            "format": 2,
            "filename": "628174/broadcast/Stopp v�penkappl�pet, med Sigurd Allern.dv",
            "createdTime": "2025-07-07T12:50:39.542330Z",
            "integratedLufs": -20.24,
            "truepeakLufs": -3.43
        },
        {
            "id": 26156,
            "video": 628174,
            "format": 7,
            "filename": "628174/theora/Stopp v�penkappl�pet, med Sigurd Allern.ogv",
            "createdTime": "2025-07-07T13:06:03.796105Z",
            "integratedLufs": -20.28,
            "truepeakLufs": -3.7
        },
        {
            "id": 26157,
            "video": 628175,
            "format": 1,
            "filename": "628175/large_thumb/Diesen_Horton.jpg",
            "createdTime": "2025-07-07T13:31:58.209154Z",
            "integratedLufs": -70.0,
            "truepeakLufs": null
        },
        {
            "id": 26158,
            "video": 628175,
            "format": 6,
            "filename": "628175/original/Diesen_Horton.mp4",
            "createdTime": "2025-07-07T13:32:22.615865Z",
            "integratedLufs": -21.46,
            "truepeakLufs": -3.39
        },
        {
            "id": 26159,
            "video": 628175,
            "format": 2,
            "filename": "628175/broadcast/Diesen_Horton.dv",
            "createdTime": "2025-07-07T13:38:41.090497Z",
            "integratedLufs": -21.46,
            "truepeakLufs": -3.39
        },
        {
            "id": 26160,
            "video": 628175,
            "format": 7,
            "filename": "628175/theora/Diesen_Horton.ogv",
            "createdTime": "2025-07-07T14:15:37.118619Z",
            "integratedLufs": -21.52,
            "truepeakLufs": -3.31
        }
    ]
}