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

{
    "count": 17165,
    "next": null,
    "previous": "https://forrige.frikanalen.no/api/videofiles/?format=api&limit=50&offset=17100&ordering=filename&page=4",
    "results": [
        {
            "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": 25210,
            "video": 627876,
            "format": 2,
            "filename": "627876/broadcast/StandUpNilsSivertsen.dv",
            "createdTime": "2024-05-10T10:25:16.838350Z",
            "integratedLufs": -19.52,
            "truepeakLufs": 2.16
        },
        {
            "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": 25211,
            "video": 627876,
            "format": 7,
            "filename": "627876/theora/StandUpNilsSivertsen.ogv",
            "createdTime": "2024-05-10T10:31:48.729935Z",
            "integratedLufs": -19.58,
            "truepeakLufs": 1.07
        },
        {
            "id": 25214,
            "video": 627877,
            "format": 2,
            "filename": "627877/broadcast/StoppNATO-Eva-4-4-24.dv",
            "createdTime": "2024-05-15T09:41:41.123450Z",
            "integratedLufs": -27.17,
            "truepeakLufs": -5.87
        },
        {
            "id": 25212,
            "video": 627877,
            "format": 1,
            "filename": "627877/large_thumb/StoppNATO-Eva-4-4-24.jpg",
            "createdTime": "2024-05-15T09:40:15.598410Z",
            "integratedLufs": -70.0,
            "truepeakLufs": null
        },
        {
            "id": 25213,
            "video": 627877,
            "format": 6,
            "filename": "627877/original/StoppNATO-Eva-4-4-24.mov",
            "createdTime": "2024-05-15T09:40:20.938155Z",
            "integratedLufs": -27.17,
            "truepeakLufs": -5.87
        },
        {
            "id": 25215,
            "video": 627877,
            "format": 7,
            "filename": "627877/theora/StoppNATO-Eva-4-4-24.ogv",
            "createdTime": "2024-05-15T09:47:17.484314Z",
            "integratedLufs": -27.23,
            "truepeakLufs": -5.6
        },
        {
            "id": 23178,
            "video": 626739,
            "format": 9,
            "filename": "67039cbe67c2d13e174ed4c82eca2d38",
            "createdTime": "2021-03-31T13:16:33.392049Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 23176,
            "video": 626739,
            "format": 9,
            "filename": "8c8c8c354454602a84b0f7b432bb8014",
            "createdTime": "2021-03-31T12:20:00.950973Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 23183,
            "video": 626739,
            "format": 9,
            "filename": "a8a8f88c3507ffce338c02db4acdea54",
            "createdTime": "2021-03-31T13:18:46.832135Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 23187,
            "video": 626748,
            "format": 9,
            "filename": "c65c372c92929e118fa5470f923c2ce6",
            "createdTime": "2021-03-31T13:19:24.142855Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 23672,
            "video": 626937,
            "format": 6,
            "filename": "dummy",
            "createdTime": "2021-10-08T17:27:09.756734Z",
            "integratedLufs": -70.0,
            "truepeakLufs": null
        },
        {
            "id": 23179,
            "video": 626739,
            "format": 9,
            "filename": "f08520c2cdbd964c28e10eec230f6406",
            "createdTime": "2021-03-31T13:16:41.262676Z",
            "integratedLufs": null,
            "truepeakLufs": null
        }
    ]
}