← Back to catalog

Other

TheTVDB API v3

auto-generated
swirls add thetvdb
actionDELETEv1.0.0

delete_user_favorites_id

Deletes the given series ID from the user’s favorite’s list and returns the updated list.

Source
actionGETv1.0.0

get_episodes_id

Returns the full information for a given episode id. __Deprecation Warning:__ The _director_ key will be deprecated in favor of the new _directors_ key in a future release.

Source
actionGETv1.0.0

get_languages

All available languages. These language abbreviations can be used in the `Accept-Language` header for routes that return translation records.

Source
actionGETv1.0.0

get_languages_id

Information about a particular language, given the language ID.

Source
actionGETv1.0.0

get_movies_id

Returns a movies records that contains all information known about a particular movies id.

Source
actionGETv1.0.0

get_movieupdates

Returns all movies ids updated since a given timestamp.

Source
actionGETv1.0.0

get_search_series

Allows the user to search for a series based on the following parameters.

Source
actionGETv1.0.0

get_search_series_params

Returns an array of parameters to query by in the `/search/series` route.

Source
actionGETv1.0.0

get_series_id

Returns a series records that contains all information known about a particular series id.

Source
actionGETv1.0.0

get_series_id_episodes

All episodes for a given series. Paginated with 100 results per page.

Source
actionGETv1.0.0

get_series_id_episodes_query

This route allows the user to query against episodes for the given series. The response is a paginated array of episode records.

Source
actionGETv1.0.0

get_series_id_episodes_summary

Returns a summary of the episodes and seasons available for the series. __Note__: Season "0" is for all episodes that are considered to be specials.

Source
actionGETv1.0.0

get_series_id_filter

Returns a series records, filtered by the supplied comma-separated list of keys. Query keys can be found at the `/series/{id}/filter/params` route.

Source
actionGETv1.0.0

get_series_id_images

Returns a summary of the images for a particular series

Source
actionGETv1.0.0

get_series_id_images_query_params

Returns the allowed query keys for the `/series/{id}/images/query` route. Contains a parameter record for each unique `keyType`, listing values that will return results.

Source
actionGETv1.0.0

get_updated_query

Returns an array of series that have changed in a maximum of one week blocks since the provided `fromTime`. The user may specify a `toTime` to grab results for less than a week. Any timespan larger than a week will be reduced down to one week automatically.

Source
actionGETv1.0.0

get_updated_query_params

Returns an array of valid query keys for the `/updated/query/params` route.

Source
actionGETv1.0.0

get_user

Returns basic information about the currently authenticated user.

Source
actionGETv1.0.0

get_user_favorites

Returns an array of favorite series for a given user, will be a blank array if no favorites exist.

Source
actionGETv1.0.0

get_user_ratings

Returns an array of ratings for the given user.

Source
actionGETv1.0.0

get_user_ratings_query

Returns an array of ratings for a given user that match the query.

Source
actionPOSTv1.0.0

post_login

Returns a session token to be included in the rest of the requests. Note that API key authentication is required for all subsequent requests and user auth is required for routes in the `User` section

Source
actionPUTv1.0.0

put_user_favorites_id

Adds the supplied series ID to the user’s favorite’s list and returns the updated list.

Source
Beyond the catalog

Any provider, on request.

01

Request it

Tell us which provider you need, and we will ship it in the registry.

02

Generate it

Point swirls add at an OpenAPI or GraphQL spec. Typed actions for any API you hold credentials for, today.

acme · integrations
terminal
~/acme $swirls add linear
✓ 12 typed actions · scopes and schemas included
 
~/acme $swirls add https://api.acme.dev/openapi.json
◆ Fetched spec · 38 operations
✓ 6 typed actions · generated from spec