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

{
    "count": 18006,
    "next": null,
    "previous": "https://frikanalen.no/api/videofiles/?format=api&limit=50&offset=17950&ordering=-created_time",
    "results": [
        {
            "id": 18058,
            "video": 625325,
            "format": 1,
            "filename": "625325/large_thumb/LarryLessig_2013.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 4106,
            "video": 623170,
            "format": 2,
            "filename": "623170/broadcast/3579_9f227d589a19446ab3625a6937c59483.avi",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -17.68,
            "truepeakLufs": -3.69
        },
        {
            "id": 4096,
            "video": 623168,
            "format": 2,
            "filename": "623168/broadcast/3384_a85adb4aee464fc095d556e24caf426c.avi",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -23.49,
            "truepeakLufs": 0.06
        },
        {
            "id": 4091,
            "video": 623167,
            "format": 2,
            "filename": "623167/broadcast/2855_6428c63c738747f1be33101f6b86d40a.avi",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -28.09,
            "truepeakLufs": -12.07
        },
        {
            "id": 4152,
            "video": 623180,
            "format": 5,
            "filename": "623180/small_thumb/small.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 18038,
            "video": 625336,
            "format": 1,
            "filename": "625336/large_thumb/GeoffreyCanada_2013S.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        }
    ]
}