Video file list and detail endpoint.

GET /api/videofiles/?format=api&offset=18150&page=2
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 18155,
    "next": null,
    "previous": "https://forrige.frikanalen.no/api/videofiles/?format=api&limit=50&offset=18100&page=2",
    "results": [
        {
            "id": 17860,
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "video": 524749,
            "format": 7,
            "filename": "524749/theora/orig_tekstplakat - religion-programkategori.ogv",
            "integratedLufs": -70.0,
            "truepeakLufs": null
        },
        {
            "id": 45,
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "video": 524749,
            "format": 5,
            "filename": "524749/small_thumb/small.jpg",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 44,
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "video": 524749,
            "format": 4,
            "filename": "524749/med_thumb/medium.jpg",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 42,
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "video": 524749,
            "format": 2,
            "filename": "524749/broadcast/orig_tekstplakat - religion-programkategori.avi",
            "integratedLufs": -70.0,
            "truepeakLufs": null
        },
        {
            "id": 41,
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "video": 524749,
            "format": 1,
            "filename": "524749/large_thumb/large.jpg",
            "integratedLufs": null,
            "truepeakLufs": null
        }
    ]
}