Skip to end of banner
Go to start of banner

Epg API v4

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

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.

The Epg API v4 spec can be viewed at Schedule

Entities Overview

EntitiesPurpose
Broadcast slotIt identifies a time slot on a channel where a program is aired. If the time slot is in the future, it may change or be removed depending on the broadcast schedule for that particular channel
Meta programSpecify detail information of programs.
ChannelSpecify detail information of channels.

Endpoint overview

EndpointHttp methodPurpose
/api/metadata/v1/broadcast_slots/{channel_id}/{date}GETGet 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.

User can make request without user authentication. There is no required authentication to call this API.

  • No labels