---
title: "Will return show schedule for queried showname and year"
method: GET
path: "/Calendar/Show/{AccessToken}/{Name}/{Year}"
tags: ["Calendar (Television Show Schedules)"]
---

# Will return show schedule for queried showname and year

`GET /Calendar/Show/{AccessToken}/{Name}/{Year}`

## Path parameters

- `AccessToken` string, required
- `Name` string, required
- `Year` string, required

## Response `200`

List of schedules/calendar entries

- Schedule[]
  - `AirDate` string
  - `AirTime` string
  - `Country` string
  - `DaysOn` string
  - `Episode` string
  - `ID` string
  - `Image` string
  - `Network` string
  - `PremiereDate` string
  - `Runtime` string
  - `Season` string
  - `ShowName` string
  - `Summary` string
  - `Title` string

---

[API](https://skmtc.net/hillbillysoftware/apis/shinobi.md) · [All operations](https://skmtc.net/hillbillysoftware/apis/shinobi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hillbillysoftware/shinobi/revisions/bae3912d71e5/schema)
