---
title: "Schedule Collection"
method: GET
path: "/schedule"
tags: ["Schedule"]
---

# Schedule Collection

`GET /schedule`

The schedule endpoint produces a linear TV schedule for a given channel and date range.

 - The date range supplied must be no larger than 21 days.
 - If no end data is passed the API will default to start date + 24 hours.

## Query parameters

- `channelId` string, required
- `start` string, required
- `end` string
- `aliases` boolean

## Response `200`

OK

- object

## Changes

> 50 revisions in range; 2 could not be searched.

- **2018-05-09** `01b75c842e67` — 1 info
  - endpoint added
- **2018-04-18** `9e3406eac756` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/pressassociation/apis/tv-api/changes/schedule/get.md)

---

[API](https://skmtc.dev/pressassociation/apis/tv-api.md) · [All operations](https://skmtc.dev/pressassociation/apis/tv-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pressassociation/tv-api/revisions/dac83d4648c2/schema)
