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=-integrated_lufs
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=-integrated_lufs",
    "results": [
        {
            "id": 25484,
            "video": 627967,
            "format": 1,
            "filename": "627967/large_thumb/Hvordan kan du f� et n�rt forhold til Gud_ (1).jpg",
            "createdTime": "2024-11-11T11:20:08.076677Z",
            "integratedLufs": -70.0,
            "truepeakLufs": null
        },
        {
            "id": 25480,
            "video": 627966,
            "format": 1,
            "filename": "627966/large_thumb/Hvordan kan bibelen hjelpe familien din_ (1).jpg",
            "createdTime": "2024-11-11T11:13:04.155623Z",
            "integratedLufs": -70.0,
            "truepeakLufs": null
        },
        {
            "id": 25476,
            "video": 627965,
            "format": 1,
            "filename": "627965/large_thumb/Diesen_GeorgeBeebe.jpg",
            "createdTime": "2024-11-10T11:13:38.394307Z",
            "integratedLufs": -70.0,
            "truepeakLufs": null
        },
        {
            "id": 25727,
            "video": 628040,
            "format": 1,
            "filename": "628040/large_thumb/Diesen_Blumenthal.jpg",
            "createdTime": "2025-03-08T08:18:56.496259Z",
            "integratedLufs": -70.0,
            "truepeakLufs": null
        },
        {
            "id": 25472,
            "video": 627964,
            "format": 1,
            "filename": "627964/large_thumb/Diesen_WilkersonII.jpg",
            "createdTime": "2024-11-02T21:26:20.639133Z",
            "integratedLufs": -70.0,
            "truepeakLufs": null
        },
        {
            "id": 25467,
            "video": 627963,
            "format": 1,
            "filename": "627963/large_thumb/Diesen_MearsheimerIII.jpg",
            "createdTime": "2024-10-29T22:51:22.033735Z",
            "integratedLufs": -70.0,
            "truepeakLufs": null
        },
        {
            "id": 25731,
            "video": 628041,
            "format": 1,
            "filename": "628041/large_thumb/Diesen_Kneissl.jpg",
            "createdTime": "2025-03-11T13:43:06.246785Z",
            "integratedLufs": -70.0,
            "truepeakLufs": null
        },
        {
            "id": 25463,
            "video": 627961,
            "format": 1,
            "filename": "627961/large_thumb/Diesen_Karaganov.jpg",
            "createdTime": "2024-10-28T09:32:40.107416Z",
            "integratedLufs": -70.0,
            "truepeakLufs": null
        },
        {
            "id": 25460,
            "video": 627959,
            "format": 1,
            "filename": "627959/large_thumb/Hvordan kan du takle bekymringer_.jpg",
            "createdTime": "2024-10-26T11:38:47.037578Z",
            "integratedLufs": -70.0,
            "truepeakLufs": null
        },
        {
            "id": 25736,
            "video": 628042,
            "format": 1,
            "filename": "628042/large_thumb/Shofar 212 Purim i Israel.jpg",
            "createdTime": "2025-03-13T13:37:40.262740Z",
            "integratedLufs": -70.0,
            "truepeakLufs": null
        },
        {
            "id": 25456,
            "video": 627958,
            "format": 1,
            "filename": "627958/large_thumb/Hvordan kan du bli lykkelig_ (1).jpg",
            "createdTime": "2024-10-26T11:28:17.597403Z",
            "integratedLufs": -70.0,
            "truepeakLufs": null
        },
        {
            "id": 25451,
            "video": 627957,
            "format": 1,
            "filename": "627957/large_thumb/Hva kan hjelpe deg til � styre �konomien (1).jpg",
            "createdTime": "2024-10-26T11:13:48.893120Z",
            "integratedLufs": -70.0,
            "truepeakLufs": null
        }
    ]
}