cURL
curl --request GET \ --url 'https://api.themoviedb.org/3/tv/{{series_id}}/season/{{season_number}}/credits' \ --header 'Authorization: Bearer <token>'
This endpoint retrieves a list of the latest credits of a TV season.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
This represents the series ID. Get it here
This represents the season number of the TV show.
This represents the language.
"en"