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

{
    "count": 17862,
    "next": null,
    "previous": "https://frikanalen.no/api/videofiles/?format=api&limit=50&offset=17800&ordering=-created_time",
    "results": [
        {
            "id": 18006,
            "video": 625352,
            "format": 5,
            "filename": "625352/small_thumb/ApolloRobbins_2013G.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 4010,
            "video": 623150,
            "format": 4,
            "filename": "623150/med_thumb/medium.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 4011,
            "video": 623150,
            "format": 5,
            "filename": "623150/small_thumb/small.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 4012,
            "video": 623151,
            "format": 1,
            "filename": "623151/large_thumb/large.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 18007,
            "video": 625352,
            "format": 1,
            "filename": "625352/large_thumb/ApolloRobbins_2013G.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 4015,
            "video": 623151,
            "format": 4,
            "filename": "623151/med_thumb/medium.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 4016,
            "video": 623151,
            "format": 5,
            "filename": "623151/small_thumb/small.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 4018,
            "video": 623152,
            "format": 1,
            "filename": "623152/large_thumb/large.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 18008,
            "video": 625351,
            "format": 1,
            "filename": "625351/large_thumb/DanielSuarez_2013G.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 4021,
            "video": 623152,
            "format": 4,
            "filename": "623152/med_thumb/medium.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 4022,
            "video": 623152,
            "format": 5,
            "filename": "623152/small_thumb/small.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 4017,
            "video": 623151,
            "format": 6,
            "filename": "623151/original/orig_60811f016921481b82b10be803e3a470.mpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -22.56,
            "truepeakLufs": 0.3
        }
    ]
}