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

{
    "count": 18014,
    "next": "https://frikanalen.no/api/videofiles/?format=api&limit=50&offset=5200&ordering=video",
    "previous": "https://frikanalen.no/api/videofiles/?format=api&limit=50&offset=5100&ordering=video",
    "results": [
        {
            "id": 17725,
            "video": 625206,
            "format": 7,
            "filename": "625206/theora/Empo-130829.ogv",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -18.62,
            "truepeakLufs": -0.09
        },
        {
            "id": 16647,
            "video": 625205,
            "format": 2,
            "filename": "625205/broadcast/Empo-130905.avi",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -17.9,
            "truepeakLufs": -0.74
        },
        {
            "id": 17509,
            "video": 625205,
            "format": 1,
            "filename": "625205/large_thumb/Empo-130905.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 17511,
            "video": 625205,
            "format": 5,
            "filename": "625205/small_thumb/Empo-130905.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 17726,
            "video": 625205,
            "format": 7,
            "filename": "625205/theora/Empo-130905.ogv",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -18.05,
            "truepeakLufs": -0.25
        },
        {
            "id": 16652,
            "video": 625204,
            "format": 6,
            "filename": "625204/original/3_arendal.mov",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -18.47,
            "truepeakLufs": 0.06
        },
        {
            "id": 16653,
            "video": 625204,
            "format": 2,
            "filename": "625204/broadcast/3_arendal.avi",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -18.47,
            "truepeakLufs": 0.03
        },
        {
            "id": 17512,
            "video": 625204,
            "format": 5,
            "filename": "625204/small_thumb/3_arendal.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 17514,
            "video": 625204,
            "format": 1,
            "filename": "625204/large_thumb/3_arendal.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 17513,
            "video": 625204,
            "format": 7,
            "filename": "625204/theora/3_arendal.ogv",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -18.52,
            "truepeakLufs": 0.53
        },
        {
            "id": 16643,
            "video": 625203,
            "format": 6,
            "filename": "625203/original/Baklengsmarsjen 2013 H.mov",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -18.73,
            "truepeakLufs": 0.19
        },
        {
            "id": 16644,
            "video": 625203,
            "format": 2,
            "filename": "625203/broadcast/baklengs.avi",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -18.73,
            "truepeakLufs": 0.16
        },
        {
            "id": 17515,
            "video": 625203,
            "format": 1,
            "filename": "625203/large_thumb/Baklengsmarsjen 2013 H.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 17517,
            "video": 625203,
            "format": 5,
            "filename": "625203/small_thumb/Baklengsmarsjen 2013 H.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 17727,
            "video": 625203,
            "format": 7,
            "filename": "625203/theora/Baklengsmarsjen 2013 H.ogv",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -18.78,
            "truepeakLufs": 0.69
        },
        {
            "id": 17993,
            "video": 625202,
            "format": 5,
            "filename": "625202/small_thumb/2_arendal.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 17994,
            "video": 625202,
            "format": 1,
            "filename": "625202/large_thumb/2_arendal.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 16650,
            "video": 625202,
            "format": 6,
            "filename": "625202/original/2_arendal.mov",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -16.11,
            "truepeakLufs": 0.11
        },
        {
            "id": 16651,
            "video": 625202,
            "format": 2,
            "filename": "625202/broadcast/2_arendal.avi",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -16.11,
            "truepeakLufs": 0.07
        },
        {
            "id": 17827,
            "video": 625202,
            "format": 7,
            "filename": "625202/theora/2_arendal.ogv",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -16.12,
            "truepeakLufs": 1.13
        },
        {
            "id": 17828,
            "video": 625201,
            "format": 5,
            "filename": "625201/small_thumb/1 SF Arendal 2013 helse H264.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 17829,
            "video": 625201,
            "format": 1,
            "filename": "625201/large_thumb/1 SF Arendal 2013 helse H264.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 18197,
            "video": 625201,
            "format": 7,
            "filename": "625201/theora/1 SF Arendal 2013 helse H264.ogv",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -15.45,
            "truepeakLufs": 0.95
        },
        {
            "id": 16645,
            "video": 625201,
            "format": 6,
            "filename": "625201/original/1 SF Arendal 2013 helse H264.mov",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -15.41,
            "truepeakLufs": 0.5
        },
        {
            "id": 16646,
            "video": 625201,
            "format": 2,
            "filename": "625201/broadcast/1_arendal_helse.avi",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -15.41,
            "truepeakLufs": 0.34
        },
        {
            "id": 17525,
            "video": 625198,
            "format": 1,
            "filename": "625198/large_thumb/Empo-130822.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 17526,
            "video": 625198,
            "format": 5,
            "filename": "625198/small_thumb/Empo-130822.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 17524,
            "video": 625198,
            "format": 7,
            "filename": "625198/theora/Empo-130822.ogv",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -18.22,
            "truepeakLufs": 0.29
        },
        {
            "id": 16640,
            "video": 625198,
            "format": 2,
            "filename": "625198/broadcast/Empo-130822.avi",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -18.14,
            "truepeakLufs": 0.07
        },
        {
            "id": 16639,
            "video": 625197,
            "format": 2,
            "filename": "625197/broadcast/Empo-130815.avi",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -18.61,
            "truepeakLufs": -0.44
        },
        {
            "id": 17527,
            "video": 625197,
            "format": 5,
            "filename": "625197/small_thumb/Empo-130815.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 17529,
            "video": 625197,
            "format": 1,
            "filename": "625197/large_thumb/Empo-130815.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 17528,
            "video": 625197,
            "format": 7,
            "filename": "625197/theora/Empo-130815.ogv",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -18.7,
            "truepeakLufs": -0.4
        },
        {
            "id": 17530,
            "video": 625196,
            "format": 5,
            "filename": "625196/small_thumb/Empo-130808.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 17532,
            "video": 625196,
            "format": 1,
            "filename": "625196/large_thumb/Empo-130808.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 17531,
            "video": 625196,
            "format": 7,
            "filename": "625196/theora/Empo-130808.ogv",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -17.14,
            "truepeakLufs": -0.41
        },
        {
            "id": 16638,
            "video": 625196,
            "format": 2,
            "filename": "625196/broadcast/Empo-130808.avi",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -17.06,
            "truepeakLufs": -0.3
        },
        {
            "id": 17549,
            "video": 625188,
            "format": 5,
            "filename": "625188/small_thumb/Empo-130704.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 17550,
            "video": 625188,
            "format": 1,
            "filename": "625188/large_thumb/Empo-130704.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 17548,
            "video": 625188,
            "format": 7,
            "filename": "625188/theora/Empo-130704.ogv",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -19.9,
            "truepeakLufs": -2.34
        },
        {
            "id": 16631,
            "video": 625188,
            "format": 2,
            "filename": "625188/broadcast/Empo-130704.avi",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -19.82,
            "truepeakLufs": -1.93
        },
        {
            "id": 16627,
            "video": 625184,
            "format": 2,
            "filename": "625184/broadcast/Empo-130606.avi",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -16.42,
            "truepeakLufs": 0.06
        },
        {
            "id": 17560,
            "video": 625184,
            "format": 5,
            "filename": "625184/small_thumb/Empo-130606.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 17561,
            "video": 625184,
            "format": 1,
            "filename": "625184/large_thumb/Empo-130606.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 17562,
            "video": 625184,
            "format": 7,
            "filename": "625184/theora/Empo-130606.ogv",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -16.52,
            "truepeakLufs": 0.81
        },
        {
            "id": 16626,
            "video": 625183,
            "format": 2,
            "filename": "625183/broadcast/Empo-130530.avi",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -17.76,
            "truepeakLufs": -1.62
        },
        {
            "id": 17563,
            "video": 625183,
            "format": 5,
            "filename": "625183/small_thumb/Empo-130530.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 17564,
            "video": 625183,
            "format": 1,
            "filename": "625183/large_thumb/Empo-130530.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 17565,
            "video": 625183,
            "format": 7,
            "filename": "625183/theora/Empo-130530.ogv",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -17.82,
            "truepeakLufs": -1.71
        },
        {
            "id": 16622,
            "video": 625179,
            "format": 2,
            "filename": "625179/broadcast/Empo-130523.avi",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -17.68,
            "truepeakLufs": 3.69
        }
    ]
}