Video file list and detail endpoint.

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

{
    "count": 18152,
    "next": null,
    "previous": "https://forrige.frikanalen.no/api/videofiles/?format=api&limit=50&offset=18100&ordering=filename",
    "results": [
        {
            "id": 26447,
            "createdTime": "2025-09-04T23:24:49.819934Z",
            "video": 628301,
            "format": 10,
            "filename": "628301/webm_med/Diesen_Marandi_usa_jihad.webm",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 23672,
            "createdTime": "2021-10-08T17:27:09.756734Z",
            "video": 626937,
            "format": 6,
            "filename": "dummy",
            "integratedLufs": -70.0,
            "truepeakLufs": null
        }
    ]
}