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

{
    "count": 17161,
    "next": null,
    "previous": "https://forrige.frikanalen.no/api/videofiles/?format=api&limit=50&offset=17100&ordering=created_time&page=3",
    "results": [
        {
            "id": 25201,
            "video": 627872,
            "format": 1,
            "filename": "627872/large_thumb/StoppNATO-Kristine4-4-24.jpg",
            "createdTime": "2024-04-29T07:41:24.879504Z",
            "integratedLufs": -70.0,
            "truepeakLufs": null
        },
        {
            "id": 25202,
            "video": 627872,
            "format": 2,
            "filename": "627872/broadcast/StoppNATO-Kristine4-4-24.dv",
            "createdTime": "2024-04-29T07:44:01.373760Z",
            "integratedLufs": -24.35,
            "truepeakLufs": -2.92
        },
        {
            "id": 25203,
            "video": 627872,
            "format": 7,
            "filename": "627872/theora/StoppNATO-Kristine4-4-24.ogv",
            "createdTime": "2024-04-29T07:55:33.534580Z",
            "integratedLufs": -24.43,
            "truepeakLufs": -2.86
        },
        {
            "id": 25204,
            "video": 627873,
            "format": 6,
            "filename": "627873/original/StoppNATO-Kjell-4-4-24.mov",
            "createdTime": "2024-04-30T13:50:54.752802Z",
            "integratedLufs": -29.47,
            "truepeakLufs": -5.71
        },
        {
            "id": 25205,
            "video": 627873,
            "format": 1,
            "filename": "627873/large_thumb/StoppNATO-Kjell-4-4-24.jpg",
            "createdTime": "2024-04-30T13:50:54.897341Z",
            "integratedLufs": -70.0,
            "truepeakLufs": null
        },
        {
            "id": 25206,
            "video": 627873,
            "format": 2,
            "filename": "627873/broadcast/StoppNATO-Kjell-4-4-24.dv",
            "createdTime": "2024-04-30T13:52:58.360670Z",
            "integratedLufs": -29.47,
            "truepeakLufs": -5.71
        },
        {
            "id": 25207,
            "video": 627873,
            "format": 7,
            "filename": "627873/theora/StoppNATO-Kjell-4-4-24.ogv",
            "createdTime": "2024-04-30T14:01:47.292941Z",
            "integratedLufs": -29.59,
            "truepeakLufs": -5.85
        },
        {
            "id": 25208,
            "video": 627876,
            "format": 1,
            "filename": "627876/large_thumb/StandUpNilsSivertsen.jpg",
            "createdTime": "2024-05-10T10:24:03.671595Z",
            "integratedLufs": -70.0,
            "truepeakLufs": null
        },
        {
            "id": 25209,
            "video": 627876,
            "format": 6,
            "filename": "627876/original/StandUpNilsSivertsen.mp4",
            "createdTime": "2024-05-10T10:24:10.626041Z",
            "integratedLufs": -19.52,
            "truepeakLufs": 1.35
        },
        {
            "id": 25210,
            "video": 627876,
            "format": 2,
            "filename": "627876/broadcast/StandUpNilsSivertsen.dv",
            "createdTime": "2024-05-10T10:25:16.838350Z",
            "integratedLufs": -19.52,
            "truepeakLufs": 2.16
        },
        {
            "id": 25211,
            "video": 627876,
            "format": 7,
            "filename": "627876/theora/StandUpNilsSivertsen.ogv",
            "createdTime": "2024-05-10T10:31:48.729935Z",
            "integratedLufs": -19.58,
            "truepeakLufs": 1.07
        }
    ]
}