Video file list and detail endpoint.

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

{
    "count": 19003,
    "next": null,
    "previous": "https://frikanalen.no/api/videofiles/?format=api&limit=50&offset=18950&ordering=video",
    "results": [
        {
            "id": 45,
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "video": 524749,
            "format": 5,
            "filename": "524749/small_thumb/small.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": 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
        }
    ]
}