Tvmaze Get Cast
tvmaze_get_castList the credited cast of a show with the characters they play, optionally with crew; or list the guest cast of one episode. The source records no recurring-versus-guest distinction on a show’s cast list, so a name’s absence from it does not mean the performer never appeared — check an episode’s guest cast for that.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cast | No | Cast credits — for scope "show", the main cast; for scope "episode", that episode’s guest cast. | |
| crew | No | Crew credits. Present only when include_crew was set on a show query. | |
| error | No | Present when the call failed. Absent on success. | |
| scope | No | Which credit list was returned. | |
| notice | No | Guidance when no credits are recorded. Absent otherwise. | |
| subject_id | No | TVmaze id the credits belong to — a show id or an episode id, matching scope. | |
| totalCount | No | Credits returned, cast plus crew. |