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=filename
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=filename",
    "results": [
        {
            "id": 25404,
            "video": 627938,
            "format": 1,
            "filename": "627938/large_thumb/Hva forutsa bibelen om Messias_.jpg",
            "createdTime": "2024-10-22T15:06:36.165388Z",
            "integratedLufs": -70.0,
            "truepeakLufs": null
        },
        {
            "id": 25403,
            "video": 627938,
            "format": 6,
            "filename": "627938/original/Hva forutsa bibelen om Messias_.mp4",
            "createdTime": "2024-10-22T15:06:36.051381Z",
            "integratedLufs": -17.93,
            "truepeakLufs": 0.1
        },
        {
            "id": 25406,
            "video": 627938,
            "format": 7,
            "filename": "627938/theora/Hva forutsa bibelen om Messias_.ogv",
            "createdTime": "2024-10-22T15:21:23.398986Z",
            "integratedLufs": -17.96,
            "truepeakLufs": 0.66
        },
        {
            "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
        }
    ]
}