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

{
    "count": 17361,
    "next": null,
    "previous": "https://forrige.frikanalen.no/api/videofiles/?format=api&limit=50&offset=17300&ordering=filename",
    "results": [
        {
            "id": 25458,
            "video": 627958,
            "format": 7,
            "filename": "627958/theora/Hvordan kan du bli lykkelig_ (1).ogv",
            "createdTime": "2024-10-26T11:38:17.352030Z",
            "integratedLufs": -17.86,
            "truepeakLufs": 0.45
        },
        {
            "id": 25461,
            "video": 627959,
            "format": 2,
            "filename": "627959/broadcast/Hvordan kan du takle bekymringer_.dv",
            "createdTime": "2024-10-26T11:40:17.172218Z",
            "integratedLufs": -18.04,
            "truepeakLufs": 1.46
        },
        {
            "id": 25460,
            "video": 627959,
            "format": 1,
            "filename": "627959/large_thumb/Hvordan kan du takle bekymringer_.jpg",
            "createdTime": "2024-10-26T11:38:47.037578Z",
            "integratedLufs": -70.0,
            "truepeakLufs": null
        },
        {
            "id": 25459,
            "video": 627959,
            "format": 6,
            "filename": "627959/original/Hvordan kan du takle bekymringer_.mp4",
            "createdTime": "2024-10-26T11:38:46.902949Z",
            "integratedLufs": -18.04,
            "truepeakLufs": 0.09
        },
        {
            "id": 25462,
            "video": 627959,
            "format": 7,
            "filename": "627959/theora/Hvordan kan du takle bekymringer_.ogv",
            "createdTime": "2024-10-26T11:50:03.849314Z",
            "integratedLufs": -18.06,
            "truepeakLufs": 0.51
        },
        {
            "id": 23178,
            "video": 626739,
            "format": 9,
            "filename": "67039cbe67c2d13e174ed4c82eca2d38",
            "createdTime": "2021-03-31T13:16:33.392049Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 23176,
            "video": 626739,
            "format": 9,
            "filename": "8c8c8c354454602a84b0f7b432bb8014",
            "createdTime": "2021-03-31T12:20:00.950973Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 23183,
            "video": 626739,
            "format": 9,
            "filename": "a8a8f88c3507ffce338c02db4acdea54",
            "createdTime": "2021-03-31T13:18:46.832135Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 23187,
            "video": 626748,
            "format": 9,
            "filename": "c65c372c92929e118fa5470f923c2ce6",
            "createdTime": "2021-03-31T13:19:24.142855Z",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 23672,
            "video": 626937,
            "format": 6,
            "filename": "dummy",
            "createdTime": "2021-10-08T17:27:09.756734Z",
            "integratedLufs": -70.0,
            "truepeakLufs": null
        },
        {
            "id": 23179,
            "video": 626739,
            "format": 9,
            "filename": "f08520c2cdbd964c28e10eec230f6406",
            "createdTime": "2021-03-31T13:16:41.262676Z",
            "integratedLufs": null,
            "truepeakLufs": null
        }
    ]
}