All URIs are relative to https://api.themoviedb.org/3
Method | HTTP request | Description |
---|---|---|
get_tv_season_account_states | get /tv/{tv_id}/season/{season_number}/account_states | Get Account States |
get_tv_season_changes | get /tv/season/{season_id}/changes | Get Changes |
get_tv_season_credits | get /tv/{tv_id}/season/{season_number}/credits | Get Credits |
get_tv_season_details | get /tv/{tv_id}/season/{season_number} | Get Details |
get_tv_season_external_ids | get /tv/{tv_id}/season/{season_number}/external_ids | Get External IDs |
get_tv_season_images | get /tv/{tv_id}/season/{season_number}/images | Get Images |
get_tv_season_videos | get /tv/{tv_id}/season/{season_number}/videos | Get Videos |
crate::models::EpisodeRatingList get_tv_season_account_states(tv_id, season_number, language, guest_session_id, session_id) Get Account States
Returns all of the user ratings for the season's episodes.
Name | Type | Description | Required | Notes |
---|---|---|---|---|
tv_id | i32 | Required | ||
season_number | i32 | Required | ||
language | String | Pass a ISO 639-1 value to display translated data for the fields that support it. | [default to <>] | |
guest_session_id | String | |||
session_id | String |
crate::models::EpisodeRatingList
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
crate::models::ChangeDetails get_tv_season_changes(season_id, start_date, end_date, page) Get Changes
Get the changes for a TV season. By default only the last 24 hours are returned. You can query up to 14 days in a single query by using the start_date
and end_date
query parameters.
Name | Type | Description | Required | Notes |
---|---|---|---|---|
season_id | i32 | Required | ||
start_date | String | Filter the results with a start date. | ||
end_date | String | Filter the results with a end date. | ||
page | i32 | Specify which page to query. | [default to 1] |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
crate::models::Credits get_tv_season_credits(tv_id, season_number, language) Get Credits
Get the credits for TV season.
Name | Type | Description | Required | Notes |
---|---|---|---|---|
tv_id | i32 | Required | ||
season_number | i32 | Required | ||
language | String | Pass a ISO 639-1 value to display translated data for the fields that support it. | [default to <>] |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
crate::models::SeasonDetails get_tv_season_details(tv_id, season_number, include_image_language, language, append_to_response) Get Details
Get the TV season details by id. Supports append_to_response
. Read more about this here.
Name | Type | Description | Required | Notes |
---|---|---|---|---|
tv_id | i32 | Required | ||
season_number | i32 | Required | ||
include_image_language | String | Pass a ISO 639-1 value to get additional images (cf. https://developers.themoviedb.org/3/getting-started/image-languages). | ||
language | String | Pass a ISO 639-1 value to display translated data for the fields that support it. | [default to <>] | |
append_to_response | String | Append requests within the same namespace to the response. |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
crate::models::ExternalIds get_tv_season_external_ids(tv_id, season_number, language) Get External IDs
Get the external ids for a TV season. We currently support the following external sources. | External Sources | | -------------------- | | Freebase MID | | Freebase ID | | TVDB ID | | TVRage ID |
Name | Type | Description | Required | Notes |
---|---|---|---|---|
tv_id | i32 | Required | ||
season_number | i32 | Required | ||
language | String | Pass a ISO 639-1 value to display translated data for the fields that support it. | [default to <>] |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
crate::models::Images get_tv_season_images(tv_id, season_number, include_image_language, language) Get Images
Get the images that belong to a TV season. Querying images with a language
parameter will filter the results. If you want to include a fallback language (especially useful for backdrops) you can use the include_image_language
parameter. This should be a comma seperated value like so: include_image_language=en,null
.
Name | Type | Description | Required | Notes |
---|---|---|---|---|
tv_id | i32 | Required | ||
season_number | i32 | Required | ||
include_image_language | String | Pass a ISO 639-1 value to get additional images (cf. https://developers.themoviedb.org/3/getting-started/image-languages). | ||
language | String | Pass a ISO 639-1 value to display translated data for the fields that support it. | [default to <>] |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
crate::models::VideosList get_tv_season_videos(tv_id, season_number, language) Get Videos
Get the videos that have been added to a TV season.
Name | Type | Description | Required | Notes |
---|---|---|---|---|
tv_id | i32 | Required | ||
season_number | i32 | Required | ||
language | String | Pass a ISO 639-1 value to display translated data for the fields that support it. | [default to <>] |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]