Video file list and detail endpoint.

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

{
    "count": 18451,
    "next": null,
    "previous": "https://forrige.frikanalen.no/api/videofiles/?format=api&limit=50&offset=18400&ordering=format",
    "results": [
        {
            "id": 26700,
            "createdTime": "2025-11-15T23:45:37.460663Z",
            "video": 628402,
            "format": 10,
            "filename": "628402/webm_med/Piksel25-Teaser1-Landscape-1080p.webm",
            "integratedLufs": null,
            "truepeakLufs": null
        }
    ]
}