Video events schedule

Query parameters

date - Date expressed in the format YYYY-MM-DD (eg. 2020-12-31), or "today". Default is today, Europe/Oslo time.

days - Number of days schedule requested. Default is 7 days.

page_size - How many items per page. If set to 0 it will list all items. Default is 50 items.

surrounding - Fetch the first event before and after the given period

ordering - Order results by specified field. Prepend a minus for descending order. I.e. ?ordering=-starttime.

GET /api/scheduleitems/?format=api&offset=200&ordering=video
HTTP 200 OK
Content-Type: application/json

{
    "count": 158,
    "next": null,
    "previous": "https://frikanalen.no/api/scheduleitems/?format=api&limit=50&offset=150&ordering=video",
    "results": []
}