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

{
    "count": 17253,
    "next": "https://forrige.frikanalen.no/api/videofiles/?format=api&limit=50&offset=13650&ordering=id",
    "previous": "https://forrige.frikanalen.no/api/videofiles/?format=api&limit=50&offset=13550&ordering=id",
    "results": [
        {
            "id": 19028,
            "video": 625463,
            "format": 2,
            "filename": "625463/broadcast/LauraSchulz_2015.dv",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -15.67,
            "truepeakLufs": 0.12
        },
        {
            "id": 19029,
            "video": 625463,
            "format": 1,
            "filename": "625463/large_thumb/LauraSchulz_2015.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 19030,
            "video": 625463,
            "format": 6,
            "filename": "625463/original/LauraSchulz_2015.mp4",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -15.67,
            "truepeakLufs": 0.73
        },
        {
            "id": 19031,
            "video": 625463,
            "format": 5,
            "filename": "625463/small_thumb/LauraSchulz_2015.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 19032,
            "video": 625463,
            "format": 7,
            "filename": "625463/theora/LauraSchulz_2015.ogv",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -15.72,
            "truepeakLufs": 0.74
        },
        {
            "id": 19034,
            "video": 625407,
            "format": 7,
            "filename": "625407/theora/Empo-150108.ogv",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -18.34,
            "truepeakLufs": 1.49
        },
        {
            "id": 19035,
            "video": 625403,
            "format": 7,
            "filename": "625403/theora/Empo-150212.ogv",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -17.4,
            "truepeakLufs": -2.21
        },
        {
            "id": 19036,
            "video": 625399,
            "format": 7,
            "filename": "625399/theora/Empo-150312.ogv",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -16.17,
            "truepeakLufs": 0.87
        },
        {
            "id": 19037,
            "video": 625394,
            "format": 7,
            "filename": "625394/theora/Empo-150305.ogv",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -15.58,
            "truepeakLufs": 0.87
        },
        {
            "id": 19038,
            "video": 625388,
            "format": 7,
            "filename": "625388/theora/Empo-150205.ogv",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -16.96,
            "truepeakLufs": -1.38
        },
        {
            "id": 19039,
            "video": 625412,
            "format": 5,
            "filename": "625412/small_thumb/Empo-150402.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 19040,
            "video": 625412,
            "format": 1,
            "filename": "625412/large_thumb/Empo-150402.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 19041,
            "video": 625399,
            "format": 1,
            "filename": "625399/large_thumb/Empo-150312.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 19042,
            "video": 625399,
            "format": 5,
            "filename": "625399/small_thumb/Empo-150312.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 19043,
            "video": 625394,
            "format": 1,
            "filename": "625394/large_thumb/Empo-150305.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 19044,
            "video": 625394,
            "format": 5,
            "filename": "625394/small_thumb/Empo-150305.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 19048,
            "video": 625465,
            "format": 1,
            "filename": "625465/large_thumb/MichaelGreen_2015G.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 19049,
            "video": 625465,
            "format": 6,
            "filename": "625465/original/MichaelGreen_2015G.mp4",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -18.01,
            "truepeakLufs": 0.56
        },
        {
            "id": 19050,
            "video": 625465,
            "format": 5,
            "filename": "625465/small_thumb/MichaelGreen_2015G.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 19051,
            "video": 625465,
            "format": 2,
            "filename": "625465/broadcast/MichaelGreen_2015G.dv",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -18.01,
            "truepeakLufs": 0.04
        },
        {
            "id": 19052,
            "video": 625465,
            "format": 7,
            "filename": "625465/theora/MichaelGreen_2015G.ogv",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -18.06,
            "truepeakLufs": 0.52
        },
        {
            "id": 19059,
            "video": 625470,
            "format": 5,
            "filename": "625470/small_thumb/VijayKumar_2015X.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 19060,
            "video": 625470,
            "format": 2,
            "filename": "625470/broadcast/VijayKumar_2015X.dv",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -18.34,
            "truepeakLufs": -0.6
        },
        {
            "id": 19061,
            "video": 625470,
            "format": 7,
            "filename": "625470/theora/VijayKumar_2015X.ogv",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -18.45,
            "truepeakLufs": -0.73
        },
        {
            "id": 19062,
            "video": 625470,
            "format": 1,
            "filename": "625470/large_thumb/VijayKumar_2015X.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 19063,
            "video": 625470,
            "format": 6,
            "filename": "625470/original/VijayKumar_2015X.mp4",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -18.34,
            "truepeakLufs": -0.6
        },
        {
            "id": 19065,
            "video": 625472,
            "format": 6,
            "filename": "625472/original/MathiasJud_2015G.mp4",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -16.82,
            "truepeakLufs": 0.27
        },
        {
            "id": 19066,
            "video": 625472,
            "format": 7,
            "filename": "625472/theora/MathiasJud_2015G.ogv",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -16.89,
            "truepeakLufs": 0.56
        },
        {
            "id": 19067,
            "video": 625472,
            "format": 1,
            "filename": "625472/large_thumb/MathiasJud_2015G.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 19068,
            "video": 625472,
            "format": 5,
            "filename": "625472/small_thumb/MathiasJud_2015G.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 19069,
            "video": 625472,
            "format": 2,
            "filename": "625472/broadcast/MathiasJud_2015G.dv",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -16.82,
            "truepeakLufs": 0.02
        },
        {
            "id": 19072,
            "video": 625468,
            "format": 5,
            "filename": "625468/small_thumb/Empo-151008.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 19073,
            "video": 625468,
            "format": 1,
            "filename": "625468/large_thumb/Empo-151008.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 19080,
            "video": 625475,
            "format": 1,
            "filename": "625475/large_thumb/HaraldHaas_2011G.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 19081,
            "video": 625475,
            "format": 2,
            "filename": "625475/broadcast/HaraldHaas_2011G.dv",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -23.72,
            "truepeakLufs": 0.04
        },
        {
            "id": 19082,
            "video": 625475,
            "format": 5,
            "filename": "625475/small_thumb/HaraldHaas_2011G.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 19083,
            "video": 625475,
            "format": 6,
            "filename": "625475/original/HaraldHaas_2011G.mp4",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -23.72,
            "truepeakLufs": 0.97
        },
        {
            "id": 19084,
            "video": 625475,
            "format": 7,
            "filename": "625475/theora/HaraldHaas_2011G.ogv",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -23.86,
            "truepeakLufs": 0.63
        },
        {
            "id": 19092,
            "video": 625478,
            "format": 7,
            "filename": "625478/theora/MelissaFleming_2015X.ogv",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -19.26,
            "truepeakLufs": 0.93
        },
        {
            "id": 19093,
            "video": 625478,
            "format": 2,
            "filename": "625478/broadcast/MelissaFleming_2015X.dv",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -19.19,
            "truepeakLufs": 0.08
        },
        {
            "id": 19094,
            "video": 625478,
            "format": 6,
            "filename": "625478/original/MelissaFleming_2015X.mp4",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -19.19,
            "truepeakLufs": 0.97
        },
        {
            "id": 19095,
            "video": 625478,
            "format": 1,
            "filename": "625478/large_thumb/MelissaFleming_2015X.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 19096,
            "video": 625478,
            "format": 5,
            "filename": "625478/small_thumb/MelissaFleming_2015X.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 19107,
            "video": 625481,
            "format": 2,
            "filename": "625481/broadcast/NancyLublin_2012U.dv",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -18.74,
            "truepeakLufs": 0.02
        },
        {
            "id": 19108,
            "video": 625481,
            "format": 1,
            "filename": "625481/large_thumb/NancyLublin_2012U.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 19109,
            "video": 625481,
            "format": 7,
            "filename": "625481/theora/NancyLublin_2012U.ogv",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -18.78,
            "truepeakLufs": 1.08
        },
        {
            "id": 19110,
            "video": 625481,
            "format": 6,
            "filename": "625481/original/NancyLublin_2012U.mp4",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -18.74,
            "truepeakLufs": 0.63
        },
        {
            "id": 19111,
            "video": 625481,
            "format": 5,
            "filename": "625481/small_thumb/NancyLublin_2012U.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 19114,
            "video": 625482,
            "format": 2,
            "filename": "625482/broadcast/JamesVeitch_2015G.dv",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -16.27,
            "truepeakLufs": -1.33
        },
        {
            "id": 19115,
            "video": 625482,
            "format": 5,
            "filename": "625482/small_thumb/JamesVeitch_2015G.jpg",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": null,
            "truepeakLufs": null
        }
    ]
}