Tvmaze
Connector for the tvmaze API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.tvmaze.com/v1 - Auth:
basic(pass your key via theapiKeyinput)
Operations
get_auth_validate— GET /auth/validate — Validate your authentication credentialsget_scrobble_shows_show_id— GET /scrobble/shows/{show_id} — List watched and acquired episodes for a showget_user_episodes— GET /user/episodes — List the marked episodesget_user_episodes_episode_id— GET /user/episodes/{episode_id} — Check if an episode is markedget_user_follows_networks— GET /user/follows/networks — List the followed networksget_user_follows_networks_network_id— GET /user/follows/networks/{network_id} — Check if a network is followed
Inputs
apiKey— your tvmaze API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_auth_validate
apiKey: <your key>