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=-format
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=-format",
    "results": [
        {
            "id": 13837,
            "video": 625097,
            "format": 2,
            "filename": "625097/broadcast/6600_86e47fba7aa447f78665c0e0eacc03b5.avi",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -16.23,
            "truepeakLufs": 1.16
        },
        {
            "id": 13831,
            "video": 625096,
            "format": 2,
            "filename": "625096/broadcast/6598_204a4c1523c3429aa35e02203c3b4c0a.avi",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -22.82,
            "truepeakLufs": -3.04
        },
        {
            "id": 13826,
            "video": 625095,
            "format": 2,
            "filename": "625095/broadcast/6538_059361a1eeb9452799798f6719305b5c.avi",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -19.3,
            "truepeakLufs": -0.94
        },
        {
            "id": 13821,
            "video": 625094,
            "format": 2,
            "filename": "625094/broadcast/6592_a9cee290c16e418f9eae583d51774342.avi",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -18.89,
            "truepeakLufs": -0.72
        },
        {
            "id": 13815,
            "video": 625093,
            "format": 2,
            "filename": "625093/broadcast/6597_df6037519ca0497a96796e359f3ebb1f.avi",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -25.36,
            "truepeakLufs": -3.19
        },
        {
            "id": 13799,
            "video": 625090,
            "format": 2,
            "filename": "625090/broadcast/6591_a25528263b994123b6fd815a28dfae38.avi",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -29.42,
            "truepeakLufs": -5.55
        },
        {
            "id": 13794,
            "video": 625089,
            "format": 2,
            "filename": "625089/broadcast/6537_c63fbd832aee4dbd98a5bc384b105430.avi",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -18.93,
            "truepeakLufs": -0.1
        },
        {
            "id": 13788,
            "video": 625088,
            "format": 2,
            "filename": "625088/broadcast/6589_468c46fff5c347a699ed1c1545b44077.avi",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -23.23,
            "truepeakLufs": -2.87
        },
        {
            "id": 13776,
            "video": 625086,
            "format": 2,
            "filename": "625086/broadcast/6584_c20bce833cf64b9aa732c264648a12d8.avi",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -20.28,
            "truepeakLufs": 0.09
        }
    ]
}