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=format
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=format",
    "results": [
        {
            "id": 14268,
            "video": 622622,
            "format": 7,
            "filename": "622622/theora/2896_432644ecbf8143aea75db2b4b50592a4.ogv",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -23.46,
            "truepeakLufs": -0.08
        },
        {
            "id": 14274,
            "video": 622590,
            "format": 7,
            "filename": "622590/theora/2472_a8b4933b93a1475d86552d91edb52956.ogv",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -22.71,
            "truepeakLufs": 0.74
        },
        {
            "id": 14288,
            "video": 622589,
            "format": 7,
            "filename": "622589/theora/2473_7f6503f7cb5241869ce835d2145ff73f.ogv",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -23.55,
            "truepeakLufs": 0.44
        },
        {
            "id": 14259,
            "video": 622572,
            "format": 7,
            "filename": "622572/theora/2471_07ba2bbd77a546009c42ad1316dbd0ff.ogv",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -23.97,
            "truepeakLufs": 0.56
        },
        {
            "id": 14299,
            "video": 624211,
            "format": 7,
            "filename": "624211/theora/5197_e57a6060fd0a487fa1d0f6f80712bba9.ogv",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -18.0,
            "truepeakLufs": 1.93
        },
        {
            "id": 14323,
            "video": 624134,
            "format": 7,
            "filename": "624134/theora/5117_e667a3e4075242d683e0b1f2b1e001e2.ogv",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -23.66,
            "truepeakLufs": -6.04
        }
    ]
}