Video file list and detail endpoint.

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

{
    "count": 18907,
    "next": null,
    "previous": "https://frikanalen.no/api/videofiles/?format=api&limit=50&offset=18850&ordering=-created_time",
    "results": [
        {
            "id": 6917,
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "video": 623786,
            "format": 4,
            "filename": "623786/med_thumb/medium.jpg",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 5359,
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "video": 623449,
            "format": 6,
            "filename": "623449/original/orig_437042589980456685498384abae8d0c.mpg",
            "integratedLufs": -21.77,
            "truepeakLufs": 0.27
        },
        {
            "id": 5348,
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "video": 623443,
            "format": 6,
            "filename": "623443/original/orig_37030c51633b424899aaf3794275a29f.mpg",
            "integratedLufs": -24.29,
            "truepeakLufs": 0.02
        },
        {
            "id": 5361,
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "video": 623451,
            "format": 2,
            "filename": "623451/broadcast/3996_8f0e28a2de8141279bae72297855b56f.avi",
            "integratedLufs": -24.05,
            "truepeakLufs": -0.64
        },
        {
            "id": 5355,
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "video": 623449,
            "format": 2,
            "filename": "623449/broadcast/3965_0171a5ad22fb4fadb5ddecbbc7b112df.avi",
            "integratedLufs": -21.77,
            "truepeakLufs": 0.05
        },
        {
            "id": 5350,
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "video": 623445,
            "format": 2,
            "filename": "623445/broadcast/3918_04ffaf46dc23419e956bdf7c02b8a528.avi",
            "integratedLufs": -24.48,
            "truepeakLufs": 0.12
        },
        {
            "id": 5344,
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "video": 623443,
            "format": 2,
            "filename": "623443/broadcast/3964_2db28af214b04d63ae6f475141f3e9a0.avi",
            "integratedLufs": -21.28,
            "truepeakLufs": 0.0
        }
    ]
}