Video file list and detail endpoint.

GET /api/videofiles/?format=api&offset=18150&ordering=format
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=format",
    "results": [
        {
            "id": 26435,
            "createdTime": "2025-08-22T19:31:04.724181Z",
            "video": 628282,
            "format": 10,
            "filename": "628282/webm_med/Diesen_Lieven.webm",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 26410,
            "createdTime": "2025-08-18T00:09:46.437897Z",
            "video": 628273,
            "format": 10,
            "filename": "628273/webm_med/Abstract_-_26011.webm",
            "integratedLufs": null,
            "truepeakLufs": null
        }
    ]
}