Video file list and detail endpoint.

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

{
    "count": 19003,
    "next": null,
    "previous": "https://frikanalen.no/api/videofiles/?format=api&limit=50&offset=18950&ordering=format",
    "results": [
        {
            "id": 27237,
            "createdTime": "2026-06-22T01:46:37.842716Z",
            "video": 628600,
            "format": 10,
            "filename": "628600/webm_med/Diesen_Krainer_West_Crisis_trigger_WWIII.webm",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 26934,
            "createdTime": "2026-03-16T23:30:17.832464Z",
            "video": 628493,
            "format": 10,
            "filename": "628493/webm_med/Diesen_Yaris_Veroufakis.webm",
            "integratedLufs": null,
            "truepeakLufs": null
        },
        {
            "id": 26694,
            "createdTime": "2025-11-13T00:21:45.885301Z",
            "video": 628400,
            "format": 10,
            "filename": "628400/webm_med/Shofar_276_Arven_etter_Rakel.webm",
            "integratedLufs": null,
            "truepeakLufs": null
        }
    ]
}