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

{
    "count": 17501,
    "next": null,
    "previous": "https://forrige.frikanalen.no/api/videofiles/?format=api&limit=50&offset=17450&ordering=-truepeak_lufs",
    "results": [
        {
            "id": 22653,
            "video": 626503,
            "format": 6,
            "filename": "626503/original/trim.0F62C9AE-673F-4E2A-994F-A08975669B10.MOV",
            "createdTime": "2020-09-24T18:29:19.713343Z",
            "integratedLufs": -56.96,
            "truepeakLufs": -42.11
        }
    ]
}