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

{
    "count": 17405,
    "next": null,
    "previous": "https://forrige.frikanalen.no/api/videofiles/?format=api&limit=50&offset=17350&ordering=format",
    "results": [
        {
            "id": 23348,
            "video": 626807,
            "format": 7,
            "filename": "626807/theora/En religion, eller mange (3).ogv",
            "createdTime": "2021-05-19T12:46:36.420496Z",
            "integratedLufs": -14.66,
            "truepeakLufs": 0.38
        },
        {
            "id": 17887,
            "video": 624146,
            "format": 7,
            "filename": "624146/theora/5073_edef519d599d4faab9549fda4eae9040.ogv",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -21.66,
            "truepeakLufs": -2.8
        },
        {
            "id": 23352,
            "video": 626808,
            "format": 7,
            "filename": "626808/theora/Intervju med Gilad Atzmon.ogv",
            "createdTime": "2021-05-20T05:41:35.780726Z",
            "integratedLufs": -12.38,
            "truepeakLufs": 2.7
        },
        {
            "id": 23356,
            "video": 626809,
            "format": 7,
            "filename": "626809/theora/Skjærsilden i bibelen.ogv",
            "createdTime": "2021-05-20T07:04:41.198118Z",
            "integratedLufs": -14.66,
            "truepeakLufs": 0.21
        },
        {
            "id": 25151,
            "video": 627858,
            "format": 7,
            "filename": "627858/theora/Guds vilje med menneskene.ogv",
            "createdTime": "2024-02-24T10:08:32.400124Z",
            "integratedLufs": -18.13,
            "truepeakLufs": 1.07
        }
    ]
}