Skills/TV Shows/Show profile

Show profile

0.1 credits / lookup

Returns a complete profile of a TV series, including its network or streaming platform, schedule, genres, status, premiere and end dates, rating, and summary. Optionally includes the cast, full episode list, or season breakdown in the same call.

Use when

You want everything about one series, and can fold cast, episodes, or seasons into one call.

Not for

Finding which show is meant (find a show first), or a standalone episode or cast list.

Cost

0.1 credits / lookup

What it accepts

Set these inside the intent when you run it.

showrequired

The name of the TV series to get a full profile for.

includeoptional

Related data to fold into the response. One of cast, episodes, or seasons.

What you get back

Full show profile with network, schedule, genres, status, premiere date, rating, and summary; optionally with cast, episodes, or seasons.

Run it

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":"show_profile","show":"Succession","include":"cast"}}'

Example requests

  • Give me the full details on Succession.
  • What network is The Last of Us on and when did it premiere?
  • Is Stranger Things still running and how many seasons does it have?