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

{
    "count": 17165,
    "next": null,
    "previous": "https://forrige.frikanalen.no/api/videofiles/?format=api&limit=50&offset=17100&ordering=-filename",
    "results": [
        {
            "id": 54,
            "video": 524753,
            "format": 4,
            "filename": "524753/med_thumb/medium.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 51,
            "video": 524753,
            "format": 1,
            "filename": "524753/large_thumb/large.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 52,
            "video": 524753,
            "format": 2,
            "filename": "524753/broadcast/orig_tekstplakat - kultur -  programkategori.avi",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -70.0,
            "truepeakLufs": null
        },
        {
            "id": 17860,
            "video": 524749,
            "format": 7,
            "filename": "524749/theora/orig_tekstplakat - religion-programkategori.ogv",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -70.0,
            "truepeakLufs": null
        },
        {
            "id": 45,
            "video": 524749,
            "format": 5,
            "filename": "524749/small_thumb/small.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 44,
            "video": 524749,
            "format": 4,
            "filename": "524749/med_thumb/medium.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 41,
            "video": 524749,
            "format": 1,
            "filename": "524749/large_thumb/large.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 42,
            "video": 524749,
            "format": 2,
            "filename": "524749/broadcast/orig_tekstplakat - religion-programkategori.avi",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -70.0,
            "truepeakLufs": null
        },
        {
            "id": 23185,
            "video": 626743,
            "format": 9,
            "filename": "4184c711dbd5f32458fc6f818155b528",
            "createdTime": "2021-03-31T13:19:05.934131Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 23188,
            "video": 626748,
            "format": 9,
            "filename": "3842e031f4856524fbb3c39d6a6d8933",
            "createdTime": "2021-03-31T13:19:32.814038Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 23184,
            "video": 626739,
            "format": 9,
            "filename": "36830ef61ead40dd1649af4a6f2f5ffc",
            "createdTime": "2021-03-31T13:18:56.174273Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 23182,
            "video": 626739,
            "format": 9,
            "filename": "14cbb3f5cc154248e8a11c5e0e032b75",
            "createdTime": "2021-03-31T13:18:33.359012Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 23181,
            "video": 626739,
            "format": 9,
            "filename": "0a879f6f9858fc445454629d8a630800",
            "createdTime": "2021-03-31T13:18:24.526604Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 23177,
            "video": 626739,
            "format": 9,
            "filename": "09a25fe38f4d574f6cac2fdbfc845a8b",
            "createdTime": "2021-03-31T13:16:25.840484Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 23186,
            "video": 626748,
            "format": 9,
            "filename": "03eac98a08513d2f0834f20eca460bd6",
            "createdTime": "2021-03-31T13:19:14.927846Z",
            "integratedLufs": null,
            "truepeakLufs": null
        }
    ]
}