Returns a full daily TV schedule for a country, listing every episode airing that day with its air time and the show it belongs to. Defaults to today's schedule in the US if no date or country is specified.
You want a daily TV listing, what is on today, or the airings for a specific date.
A single show's full episode list (use the episode guide), or where to stream a show.
0.1 credits / lookup
Set these inside the intent when you run it.
The date to get the TV schedule for, as YYYY-MM-DD. Defaults to today.
The two-letter country code for the TV schedule. Defaults to US.
A list of episodes airing on the specified day and country, with show title, episode details, and air times.
Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the TV Shows skill will route from your intent instead.)
curl -X POST "https://skill.askfaro.com/skills/tv/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"operation":"whats_on","date":"2026-12-25","country":"GB"}}'Example requests