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=id
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=id",
    "results": [
        {
            "id": 25502,
            "video": 627974,
            "format": 7,
            "filename": "627974/theora/Om bibelen  2 (1).ogv",
            "createdTime": "2024-11-14T07:52:20.821681Z",
            "integratedLufs": -18.39,
            "truepeakLufs": 0.71
        },
        {
            "id": 25503,
            "video": 627975,
            "format": 6,
            "filename": "627975/original/Matteus, en av de 4 evangeliene (3).mp4",
            "createdTime": "2024-11-14T07:53:14.059750Z",
            "integratedLufs": -18.34,
            "truepeakLufs": 0.11
        },
        {
            "id": 25504,
            "video": 627975,
            "format": 1,
            "filename": "627975/large_thumb/Matteus, en av de 4 evangeliene (3).jpg",
            "createdTime": "2024-11-14T07:53:14.164498Z",
            "integratedLufs": -70.0,
            "truepeakLufs": null
        },
        {
            "id": 25505,
            "video": 627975,
            "format": 2,
            "filename": "627975/broadcast/Matteus, en av de 4 evangeliene (3).dv",
            "createdTime": "2024-11-14T07:55:58.489778Z",
            "integratedLufs": -18.34,
            "truepeakLufs": 1.84
        },
        {
            "id": 25506,
            "video": 627975,
            "format": 7,
            "filename": "627975/theora/Matteus, en av de 4 evangeliene (3).ogv",
            "createdTime": "2024-11-14T08:13:53.504963Z",
            "integratedLufs": -18.37,
            "truepeakLufs": 0.61
        }
    ]
}