Introduction
Users can request programs scheduled on channels. Programs are imported by importers. Programs are returned based on channels and within a window starting from 04:00 AM on the given date until 04:00 AM on the following date. The result is cacheable.
...
Endpoint | Http method | Purpose |
---|---|---|
/api/metadata/v1/channels/{channel_id}/{date}/broadcast_slots | GET | Get a list of broadcast slots based on channel_id within a window starting from 04:00 AM on the given date until 04:00 AM on the following date. |
This is a public API that requires no authentication.
...