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

{
    "count": 17862,
    "next": null,
    "previous": "https://frikanalen.no/api/videofiles/?format=api&limit=50&offset=17800&ordering=-format",
    "results": [
        {
            "id": 11870,
            "video": 624720,
            "format": 2,
            "filename": "624720/broadcast/5951_2ececce72bef4a78a67b0c2ff9f82398.avi",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -22.84,
            "truepeakLufs": 1.84
        },
        {
            "id": 11864,
            "video": 624719,
            "format": 2,
            "filename": "624719/broadcast/5955_323993fe9cda4907bc3c9fb8eb14cf85.avi",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -24.01,
            "truepeakLufs": 0.03
        },
        {
            "id": 11858,
            "video": 624718,
            "format": 2,
            "filename": "624718/broadcast/5954_24a324906c1648caa55ce9d8871a8028.avi",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -30.95,
            "truepeakLufs": -8.91
        },
        {
            "id": 11846,
            "video": 624716,
            "format": 2,
            "filename": "624716/broadcast/5938_74914c0332b24048b6f1344246bc90a2.avi",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -24.76,
            "truepeakLufs": -4.52
        },
        {
            "id": 10004,
            "video": 624382,
            "format": 2,
            "filename": "624382/broadcast/5422_7425dc03db074b11ad4a4894b29d5ea5.avi",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -18.22,
            "truepeakLufs": 0.12
        },
        {
            "id": 11840,
            "video": 624715,
            "format": 2,
            "filename": "624715/broadcast/5936_4645ee453a054f51ae9b8b1d74e770bf.avi",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -24.22,
            "truepeakLufs": -4.56
        },
        {
            "id": 11834,
            "video": 624714,
            "format": 2,
            "filename": "624714/broadcast/5937_e641ab24e0f64d99b23d757ba19abd56.avi",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -25.58,
            "truepeakLufs": -4.39
        },
        {
            "id": 11828,
            "video": 624713,
            "format": 2,
            "filename": "624713/broadcast/5935_4aa7e78b187f4f44ba5afa8d6df103cd.avi",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -24.72,
            "truepeakLufs": -5.73
        },
        {
            "id": 26104,
            "video": 628153,
            "format": 2,
            "filename": "628153/broadcast/Diesen_Blumenthal__Iranwar_not_over.dv",
            "createdTime": "2025-06-29T22:27:03.978533Z",
            "integratedLufs": -21.07,
            "truepeakLufs": -3.58
        },
        {
            "id": 11822,
            "video": 624712,
            "format": 2,
            "filename": "624712/broadcast/5933_bd0ab910b6554713baea01b70c03000a.avi",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -25.8,
            "truepeakLufs": -6.75
        },
        {
            "id": 10010,
            "video": 624383,
            "format": 2,
            "filename": "624383/broadcast/5473_3fd541ced39947b092b4b9cd6f1fb281.avi",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -17.43,
            "truepeakLufs": -0.66
        },
        {
            "id": 10015,
            "video": 624384,
            "format": 2,
            "filename": "624384/broadcast/5482_168401f106bf44b4a8bf0606377b0bb1.avi",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -15.06,
            "truepeakLufs": -2.16
        }
    ]
}