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

{
    "count": 17906,
    "next": null,
    "previous": "https://frikanalen.no/api/videofiles/?format=api&limit=50&offset=17850&ordering=-format",
    "results": [
        {
            "id": 8449,
            "video": 624075,
            "format": 2,
            "filename": "624075/broadcast/5042_70c889e6858841f9933194fc10a58a12.avi",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -16.73,
            "truepeakLufs": -1.17
        },
        {
            "id": 8443,
            "video": 624074,
            "format": 2,
            "filename": "624074/broadcast/5041_d44ad0897c1f45f4aa5fa000d8a2175e.avi",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -26.11,
            "truepeakLufs": -0.17
        },
        {
            "id": 8438,
            "video": 624073,
            "format": 2,
            "filename": "624073/broadcast/5040_9e9d722e6d8c484b944bd3c728100643.avi",
            "createdTime": "2017-06-03T14:45:10.537457Z",
            "integratedLufs": -18.36,
            "truepeakLufs": 0.27
        },
        {
            "id": 24288,
            "video": 627334,
            "format": 2,
            "filename": "627334/broadcast/Ukrainakrigen.dv",
            "createdTime": "2022-05-03T14:50:16.517598Z",
            "integratedLufs": -18.0,
            "truepeakLufs": 0.08
        },
        {
            "id": 22239,
            "video": 626322,
            "format": 2,
            "filename": "626322/broadcast/Shofar 33 Messiah.dv",
            "createdTime": "2020-03-09T21:41:39.849746Z",
            "integratedLufs": -22.24,
            "truepeakLufs": -3.24
        },
        {
            "id": 24296,
            "video": 627343,
            "format": 2,
            "filename": "627343/broadcast/Shofar 123 Israel- 74 �r Frikanalen.dv",
            "createdTime": "2022-05-11T05:57:41.196261Z",
            "integratedLufs": -23.04,
            "truepeakLufs": -5.93
        }
    ]
}