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

{
    "count": 17361,
    "next": null,
    "previous": "https://forrige.frikanalen.no/api/videofiles/?format=api&limit=50&offset=17300&ordering=truepeak_lufs",
    "results": [
        {
            "id": 11584,
            "video": 624668,
            "format": 1,
            "filename": "624668/large_thumb/large.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 11587,
            "video": 624668,
            "format": 4,
            "filename": "624668/med_thumb/medium.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 11588,
            "video": 624668,
            "format": 5,
            "filename": "624668/small_thumb/small.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 11590,
            "video": 624669,
            "format": 1,
            "filename": "624669/large_thumb/large.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 11593,
            "video": 624669,
            "format": 4,
            "filename": "624669/med_thumb/medium.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 11594,
            "video": 624669,
            "format": 5,
            "filename": "624669/small_thumb/small.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 11596,
            "video": 624670,
            "format": 1,
            "filename": "624670/large_thumb/large.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 11599,
            "video": 624670,
            "format": 4,
            "filename": "624670/med_thumb/medium.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 11600,
            "video": 624670,
            "format": 5,
            "filename": "624670/small_thumb/small.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 11602,
            "video": 624671,
            "format": 1,
            "filename": "624671/large_thumb/large.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 7817,
            "video": 623952,
            "format": 4,
            "filename": "623952/med_thumb/medium.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        }
    ]
}