Tools/tv/show_details

tv/show_details

Get full details for a TV show by its TVmaze ID, optionally embedding related data.

0.1 credits / call ($0.0001)
charged on success

What it does

Returns the full record for a show: network or web channel, schedule, genres, status, runtime, premiere/end dates, rating, official site, images, and summary. Optionally embeds related data such as cast or episodes.

Primary use cases

  • Building a complete profile of a series.
  • Pulling cast or episodes in one call via embed.

Good to know

Get the id from search_shows or lookup_show. Use embed to include related data (e.g. "cast", "episodes", "seasons"); for multiple, the API accepts repeated values, so pass the single most useful one here. Data is CC BY-SA: credit TVmaze and link back.

Parameters

idintegerrequired

TVmaze show ID.

embedstringoptional

Related data to embed in the response.

tv/show_details — Faro