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

{
    "count": 17906,
    "next": null,
    "previous": "https://frikanalen.no/api/videofiles/?format=api&limit=50&offset=17850&ordering=format",
    "results": [
        {
            "id": 21308,
            "video": 625967,
            "format": 7,
            "filename": "625967/theora/01_llama_drama_4096p.ogv",
            "createdTime": "2017-12-25T11:42:42.270633Z",
            "integratedLufs": -13.39,
            "truepeakLufs": 0.93
        },
        {
            "id": 21303,
            "video": 625966,
            "format": 7,
            "filename": "625966/theora/RutgerBregman_2017.ogv",
            "createdTime": "2017-12-21T08:14:59.760959Z",
            "integratedLufs": -15.88,
            "truepeakLufs": -1.17
        },
        {
            "id": 21312,
            "video": 625969,
            "format": 7,
            "filename": "625969/theora/20171212-nivlheim-frikanalen.ogv",
            "createdTime": "2018-01-13T11:48:55.505832Z",
            "integratedLufs": -23.1,
            "truepeakLufs": -0.83
        },
        {
            "id": 21316,
            "video": 625970,
            "format": 7,
            "filename": "625970/theora/20180109-trustworthy-frikanalen.ogv",
            "createdTime": "2018-01-13T12:59:00.893251Z",
            "integratedLufs": -23.06,
            "truepeakLufs": -2.77
        },
        {
            "id": 21324,
            "video": 625972,
            "format": 7,
            "filename": "625972/theora/Snapchat-59153712.ogv",
            "createdTime": "2018-02-02T23:28:32.074878Z",
            "integratedLufs": -39.19,
            "truepeakLufs": -26.19
        },
        {
            "id": 21165,
            "video": 625899,
            "format": 7,
            "filename": "625899/theora/MyStream_14.ogv",
            "createdTime": "2017-06-25T02:17:37.688407Z",
            "integratedLufs": -23.95,
            "truepeakLufs": -3.72
        }
    ]
}