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

{
    "count": 17309,
    "next": null,
    "previous": "https://forrige.frikanalen.no/api/videofiles/?format=api&limit=50&offset=17250&ordering=-integrated_lufs",
    "results": [
        {
            "id": 24605,
            "video": 627540,
            "format": 1,
            "filename": "627540/large_thumb/Shofar 136 Samson - bilde p� Israel.jpg",
            "createdTime": "2022-08-16T12:44:24.032765Z",
            "integratedLufs": -70.0,
            "truepeakLufs": null
        },
        {
            "id": 25311,
            "video": 627908,
            "format": 1,
            "filename": "627908/large_thumb/Calvins l�re.jpg",
            "createdTime": "2024-08-30T08:53:24.448565Z",
            "integratedLufs": -70.0,
            "truepeakLufs": null
        },
        {
            "id": 24610,
            "video": 627541,
            "format": 1,
            "filename": "627541/large_thumb/Profeten Daniel og framtiden.jpg",
            "createdTime": "2022-08-20T07:53:23.171135Z",
            "integratedLufs": -70.0,
            "truepeakLufs": null
        },
        {
            "id": 24613,
            "video": 627542,
            "format": 1,
            "filename": "627542/large_thumb/Fortid, n�tid og framtid.jpg",
            "createdTime": "2022-08-23T06:25:00.926344Z",
            "integratedLufs": -70.0,
            "truepeakLufs": null
        },
        {
            "id": 25315,
            "video": 627909,
            "format": 1,
            "filename": "627909/large_thumb/Dreper for moro skyld..jpg",
            "createdTime": "2024-08-30T15:45:20.986983Z",
            "integratedLufs": -70.0,
            "truepeakLufs": null
        },
        {
            "id": 25319,
            "video": 627910,
            "format": 1,
            "filename": "627910/large_thumb/Diesen_Polyanskiy.jpg",
            "createdTime": "2024-08-30T20:49:05.744547Z",
            "integratedLufs": -70.0,
            "truepeakLufs": null
        },
        {
            "id": 25328,
            "video": 627912,
            "format": 1,
            "filename": "627912/large_thumb/Diesen_Mearsheimer_III.jpg",
            "createdTime": "2024-09-01T05:37:12.713946Z",
            "integratedLufs": -70.0,
            "truepeakLufs": null
        },
        {
            "id": 24617,
            "video": 627543,
            "format": 1,
            "filename": "627543/large_thumb/Shofar 137 Dua og laksen - bilde p� Israel.jpg",
            "createdTime": "2022-08-23T14:52:49.515658Z",
            "integratedLufs": -70.0,
            "truepeakLufs": null
        },
        {
            "id": 25331,
            "video": 627913,
            "format": 1,
            "filename": "627913/large_thumb/Shofar 230 Israel, Guds under imellom oss.jpg",
            "createdTime": "2024-09-04T22:34:10.626258Z",
            "integratedLufs": -70.0,
            "truepeakLufs": null
        }
    ]
}