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

{
    "count": 17405,
    "next": null,
    "previous": "https://forrige.frikanalen.no/api/videofiles/?format=api&limit=50&offset=17350&ordering=-created_time",
    "results": [
        {
            "id": 3310,
            "video": 623007,
            "format": 2,
            "filename": "623007/broadcast/orig_d1376cbad0fd4e16b41b527c72015908.avi",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -25.85,
            "truepeakLufs": -7.11
        },
        {
            "id": 3305,
            "video": 623006,
            "format": 2,
            "filename": "623006/broadcast/orig_e8db41ef20bd488eb4d1141364d16bba.avi",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -19.34,
            "truepeakLufs": -2.38
        },
        {
            "id": 3384,
            "video": 623021,
            "format": 4,
            "filename": "623021/med_thumb/medium.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 3385,
            "video": 623021,
            "format": 5,
            "filename": "623021/small_thumb/small.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 3386,
            "video": 623023,
            "format": 1,
            "filename": "623023/large_thumb/large.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        }
    ]
}