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=-integrated_lufs
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=-integrated_lufs",
    "results": [
        {
            "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": 14164,
            "video": 624964,
            "format": 7,
            "filename": "624964/theora/6379_46e823bccff44ead9ad27c18c567d06a.ogv",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "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": 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": 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
        }
    ]
}