Endpoints
- AUTHENTICATION
- ACCOUNT
- CERTIFICATIONS
- CHANGES
- COLLECTIONS
- COMPANY
- CONFIGURATION
- CREDIT
- DISCOVER
- FIND
- GENRES
- GUEST SESSIONS
- KEYWORDS
- LISTS
- MOVIE LISTS
- MOVIES
- REVIEWS
- NETWORKS
- PEOPLE LIST
- PEOPLE
- SEARCH
- TRENDING
- TV SERIES LIST
- TV SERIES
- TV SEASONS
- TV EPISODES
- TV EPISODE GROUP
- WATCH PROVIDERS
TV SEASONS
Credits
This endpoint retrieves the cast and crew details for a specific season of a TV series.
GET
/
3
/
tv
/
{series_id}
/
season
/
{season_number}
/
credits
Copy
curl --request GET \
--url https://api.themoviedb.org/3/tv/{series_id}/season/{season_number}/credits \
--header 'Authorization: Bearer <token>'
Copy
{
"cast": [
{
"adult": false,
"character": "Walter White",
"credit_id": "52542282760ee313280017f9",
"gender": 2,
"id": 17419,
"known_for_department": "Acting",
"name": "Bryan Cranston",
"order": 0,
"original_name": "Bryan Cranston",
"popularity": 37.518,
"profile_path": "/7Jahy5LZX2Fo8fGJltMreAI49hC.jpg"
},
{
"adult": false,
"character": "Jesse Pinkman",
"credit_id": "52542282760ee31328001845",
"gender": 2,
"id": 84497,
"known_for_department": "Acting",
"name": "Aaron Paul",
"order": 1,
"original_name": "Aaron Paul",
"popularity": 23.683,
"profile_path": "/tz4xqaoXV7eKrYqPGPvtEae3X06.jpg"
},
{
"adult": false,
"character": "Skyler White",
"credit_id": "52542282760ee3132800181b",
"gender": 1,
"id": 134531,
"known_for_department": "Acting",
"name": "Anna Gunn",
"order": 2,
"original_name": "Anna Gunn",
"popularity": 34.739,
"profile_path": "/adppyeu1a4REN3khtgmXusrapFi.jpg"
},
{
"adult": false,
"character": "Walter White Jr.",
"credit_id": "52542284760ee313280018a9",
"gender": 2,
"id": 209674,
"known_for_department": "Acting",
"name": "RJ Mitte",
"order": 3,
"original_name": "RJ Mitte",
"popularity": 15.263,
"profile_path": "/aG6NYV2EgzBFLRIl7vvbtd7go1j.jpg"
},
{
"adult": false,
"character": "Hank Schrader",
"credit_id": "52542283760ee3132800187b",
"gender": 2,
"id": 14329,
"known_for_department": "Acting",
"name": "Dean Norris",
"order": 4,
"original_name": "Dean Norris",
"popularity": 35.655,
"profile_path": "/mVaGouQNschhJEncob8ld1aOZwF.jpg"
},
{
"adult": false,
"character": "Marie Schrader",
"credit_id": "52542283760ee31328001891",
"gender": 1,
"id": 1217934,
"known_for_department": "Acting",
"name": "Betsy Brandt",
"order": 5,
"original_name": "Betsy Brandt",
"popularity": 8.578,
"profile_path": "/kIbVUpGfLAF1KMn1YvWPnc12DRP.jpg"
}
],
"crew": [
{
"adult": false,
"credit_id": "64189cd9e74146007c82fbfc",
"department": "Production",
"gender": 2,
"id": 1223200,
"job": "Co-Producer",
"known_for_department": "Production",
"name": "Stewart Lyons",
"original_name": "Stewart Lyons",
"popularity": 0.524,
"profile_path": "/dCAN4EMn8rsqALwDIjf9aNjuVTm.jpg"
},
{
"adult": false,
"credit_id": "64189dbaa14bef00fd7d4bca",
"department": "Production",
"gender": 1,
"id": 1223199,
"job": "Co-Producer",
"known_for_department": "Production",
"name": "Melissa Bernstein",
"original_name": "Melissa Bernstein",
"popularity": 1.273,
"profile_path": "/rSztwqMUIko8RkmwjxBse1XDW3g.jpg"
},
{
"adult": false,
"credit_id": "5254228c760ee31328001c37",
"department": "Production",
"gender": 1,
"id": 1223201,
"job": "Producer",
"known_for_department": "Production",
"name": "Karen Moore",
"original_name": "Karen Moore",
"popularity": 1.033,
"profile_path": null
},
{
"adult": false,
"credit_id": "52b7020b19c295223b0a46e8",
"department": "Art",
"gender": 2,
"id": 21640,
"job": "Production Design",
"known_for_department": "Art",
"name": "Robb Wilson King",
"original_name": "Robb Wilson King",
"popularity": 2.247,
"profile_path": null
},
{
"adult": false,
"credit_id": "64634bf20f365501190773a4",
"department": "Crew",
"gender": 2,
"id": 4065206,
"job": "Thanks",
"known_for_department": "Crew",
"name": "Martin Chávez",
"original_name": "Martin Chávez",
"popularity": 0.332,
"profile_path": null
},
{
"adult": false,
"credit_id": "52b7034f19c2955402184de6",
"department": "Costume & Make-Up",
"gender": 0,
"id": 35583,
"job": "Costume Design",
"known_for_department": "Costume & Make-Up",
"name": "Kathleen Detoro",
"original_name": "Kathleen Detoro",
"popularity": 1.319,
"profile_path": null
},
{
"adult": false,
"credit_id": "52542287760ee31328001af1",
"department": "Production",
"gender": 2,
"id": 66633,
"job": "Executive Producer",
"known_for_department": "Writing",
"name": "Vince Gilligan",
"original_name": "Vince Gilligan",
"popularity": 10.163,
"profile_path": "/z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg"
},
{
"adult": false,
"credit_id": "52542287760ee31328001b69",
"department": "Production",
"gender": 2,
"id": 5162,
"job": "Executive Producer",
"known_for_department": "Production",
"name": "Mark Johnson",
"original_name": "Mark Johnson",
"popularity": 3.444,
"profile_path": "/gLuXkOQjqB81aHMGJ2OtYzEpHQu.jpg"
},
{
"adult": false,
"credit_id": "52b7008819c29559eb03dd72",
"department": "Sound",
"gender": 2,
"id": 1280070,
"job": "Original Music Composer",
"known_for_department": "Sound",
"name": "Dave Porter",
"original_name": "Dave Porter",
"popularity": 0.86,
"profile_path": "/flRW9QknVtU8HG7lLjMvflbhl2a.jpg"
},
{
"adult": false,
"credit_id": "6444663ccee2f6049f36d7d3",
"department": "Production",
"gender": 1,
"id": 6479,
"job": "Casting",
"known_for_department": "Production",
"name": "Sharon Bialy",
"original_name": "Sharon Bialy",
"popularity": 3.104,
"profile_path": "/uOex6LpaQYncD0sQfVYD1frI5uJ.jpg"
},
{
"adult": false,
"credit_id": "64446643cee2f604f336e877",
"department": "Production",
"gender": 1,
"id": 959387,
"job": "Casting",
"known_for_department": "Production",
"name": "Sherry Thomas",
"original_name": "Sherry Thomas",
"popularity": 1.562,
"profile_path": null
},
{
"adult": false,
"credit_id": "64634e45e3fa2f00e404a628",
"department": "Sound",
"gender": 2,
"id": 1069688,
"job": "Music Supervisor",
"known_for_department": "Sound",
"name": "Thomas Golubić",
"original_name": "Thomas Golubić",
"popularity": 1.132,
"profile_path": "/umzkpmX3p3GdrSutAHFX7Rij0Sm.jpg"
},
{
"adult": false,
"credit_id": "644986702fdec604e4a1236a",
"department": "Sound",
"gender": 2,
"id": 1537682,
"job": "Supervising Sound Editor",
"known_for_department": "Sound",
"name": "Kurt Nicholas Forshager",
"original_name": "Kurt Nicholas Forshager",
"popularity": 0.58,
"profile_path": null
},
{
"adult": false,
"credit_id": "6450485343501100ea397cba",
"department": "Crew",
"gender": 2,
"id": 1537690,
"job": "Stunt Coordinator",
"known_for_department": "Crew",
"name": "Al Goto",
"original_name": "Al Goto",
"popularity": 2.667,
"profile_path": "/sJEtjLwLdqhY3soar4BflPBDpZu.jpg"
}
],
"id": 3572
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
This refers to the numerical identifier assigned to a specific season of a TV series.
Example:
""
This refers to a unique identifier assigned to a television series within the database.
Example:
""
Query Parameters
Specifies the language in which the response should be returned.
Example:
"en-US"
Response
200 - application/json
credits
The response is of type object
.
Copy
curl --request GET \
--url https://api.themoviedb.org/3/tv/{series_id}/season/{season_number}/credits \
--header 'Authorization: Bearer <token>'
Copy
{
"cast": [
{
"adult": false,
"character": "Walter White",
"credit_id": "52542282760ee313280017f9",
"gender": 2,
"id": 17419,
"known_for_department": "Acting",
"name": "Bryan Cranston",
"order": 0,
"original_name": "Bryan Cranston",
"popularity": 37.518,
"profile_path": "/7Jahy5LZX2Fo8fGJltMreAI49hC.jpg"
},
{
"adult": false,
"character": "Jesse Pinkman",
"credit_id": "52542282760ee31328001845",
"gender": 2,
"id": 84497,
"known_for_department": "Acting",
"name": "Aaron Paul",
"order": 1,
"original_name": "Aaron Paul",
"popularity": 23.683,
"profile_path": "/tz4xqaoXV7eKrYqPGPvtEae3X06.jpg"
},
{
"adult": false,
"character": "Skyler White",
"credit_id": "52542282760ee3132800181b",
"gender": 1,
"id": 134531,
"known_for_department": "Acting",
"name": "Anna Gunn",
"order": 2,
"original_name": "Anna Gunn",
"popularity": 34.739,
"profile_path": "/adppyeu1a4REN3khtgmXusrapFi.jpg"
},
{
"adult": false,
"character": "Walter White Jr.",
"credit_id": "52542284760ee313280018a9",
"gender": 2,
"id": 209674,
"known_for_department": "Acting",
"name": "RJ Mitte",
"order": 3,
"original_name": "RJ Mitte",
"popularity": 15.263,
"profile_path": "/aG6NYV2EgzBFLRIl7vvbtd7go1j.jpg"
},
{
"adult": false,
"character": "Hank Schrader",
"credit_id": "52542283760ee3132800187b",
"gender": 2,
"id": 14329,
"known_for_department": "Acting",
"name": "Dean Norris",
"order": 4,
"original_name": "Dean Norris",
"popularity": 35.655,
"profile_path": "/mVaGouQNschhJEncob8ld1aOZwF.jpg"
},
{
"adult": false,
"character": "Marie Schrader",
"credit_id": "52542283760ee31328001891",
"gender": 1,
"id": 1217934,
"known_for_department": "Acting",
"name": "Betsy Brandt",
"order": 5,
"original_name": "Betsy Brandt",
"popularity": 8.578,
"profile_path": "/kIbVUpGfLAF1KMn1YvWPnc12DRP.jpg"
}
],
"crew": [
{
"adult": false,
"credit_id": "64189cd9e74146007c82fbfc",
"department": "Production",
"gender": 2,
"id": 1223200,
"job": "Co-Producer",
"known_for_department": "Production",
"name": "Stewart Lyons",
"original_name": "Stewart Lyons",
"popularity": 0.524,
"profile_path": "/dCAN4EMn8rsqALwDIjf9aNjuVTm.jpg"
},
{
"adult": false,
"credit_id": "64189dbaa14bef00fd7d4bca",
"department": "Production",
"gender": 1,
"id": 1223199,
"job": "Co-Producer",
"known_for_department": "Production",
"name": "Melissa Bernstein",
"original_name": "Melissa Bernstein",
"popularity": 1.273,
"profile_path": "/rSztwqMUIko8RkmwjxBse1XDW3g.jpg"
},
{
"adult": false,
"credit_id": "5254228c760ee31328001c37",
"department": "Production",
"gender": 1,
"id": 1223201,
"job": "Producer",
"known_for_department": "Production",
"name": "Karen Moore",
"original_name": "Karen Moore",
"popularity": 1.033,
"profile_path": null
},
{
"adult": false,
"credit_id": "52b7020b19c295223b0a46e8",
"department": "Art",
"gender": 2,
"id": 21640,
"job": "Production Design",
"known_for_department": "Art",
"name": "Robb Wilson King",
"original_name": "Robb Wilson King",
"popularity": 2.247,
"profile_path": null
},
{
"adult": false,
"credit_id": "64634bf20f365501190773a4",
"department": "Crew",
"gender": 2,
"id": 4065206,
"job": "Thanks",
"known_for_department": "Crew",
"name": "Martin Chávez",
"original_name": "Martin Chávez",
"popularity": 0.332,
"profile_path": null
},
{
"adult": false,
"credit_id": "52b7034f19c2955402184de6",
"department": "Costume & Make-Up",
"gender": 0,
"id": 35583,
"job": "Costume Design",
"known_for_department": "Costume & Make-Up",
"name": "Kathleen Detoro",
"original_name": "Kathleen Detoro",
"popularity": 1.319,
"profile_path": null
},
{
"adult": false,
"credit_id": "52542287760ee31328001af1",
"department": "Production",
"gender": 2,
"id": 66633,
"job": "Executive Producer",
"known_for_department": "Writing",
"name": "Vince Gilligan",
"original_name": "Vince Gilligan",
"popularity": 10.163,
"profile_path": "/z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg"
},
{
"adult": false,
"credit_id": "52542287760ee31328001b69",
"department": "Production",
"gender": 2,
"id": 5162,
"job": "Executive Producer",
"known_for_department": "Production",
"name": "Mark Johnson",
"original_name": "Mark Johnson",
"popularity": 3.444,
"profile_path": "/gLuXkOQjqB81aHMGJ2OtYzEpHQu.jpg"
},
{
"adult": false,
"credit_id": "52b7008819c29559eb03dd72",
"department": "Sound",
"gender": 2,
"id": 1280070,
"job": "Original Music Composer",
"known_for_department": "Sound",
"name": "Dave Porter",
"original_name": "Dave Porter",
"popularity": 0.86,
"profile_path": "/flRW9QknVtU8HG7lLjMvflbhl2a.jpg"
},
{
"adult": false,
"credit_id": "6444663ccee2f6049f36d7d3",
"department": "Production",
"gender": 1,
"id": 6479,
"job": "Casting",
"known_for_department": "Production",
"name": "Sharon Bialy",
"original_name": "Sharon Bialy",
"popularity": 3.104,
"profile_path": "/uOex6LpaQYncD0sQfVYD1frI5uJ.jpg"
},
{
"adult": false,
"credit_id": "64446643cee2f604f336e877",
"department": "Production",
"gender": 1,
"id": 959387,
"job": "Casting",
"known_for_department": "Production",
"name": "Sherry Thomas",
"original_name": "Sherry Thomas",
"popularity": 1.562,
"profile_path": null
},
{
"adult": false,
"credit_id": "64634e45e3fa2f00e404a628",
"department": "Sound",
"gender": 2,
"id": 1069688,
"job": "Music Supervisor",
"known_for_department": "Sound",
"name": "Thomas Golubić",
"original_name": "Thomas Golubić",
"popularity": 1.132,
"profile_path": "/umzkpmX3p3GdrSutAHFX7Rij0Sm.jpg"
},
{
"adult": false,
"credit_id": "644986702fdec604e4a1236a",
"department": "Sound",
"gender": 2,
"id": 1537682,
"job": "Supervising Sound Editor",
"known_for_department": "Sound",
"name": "Kurt Nicholas Forshager",
"original_name": "Kurt Nicholas Forshager",
"popularity": 0.58,
"profile_path": null
},
{
"adult": false,
"credit_id": "6450485343501100ea397cba",
"department": "Crew",
"gender": 2,
"id": 1537690,
"job": "Stunt Coordinator",
"known_for_department": "Crew",
"name": "Al Goto",
"original_name": "Al Goto",
"popularity": 2.667,
"profile_path": "/sJEtjLwLdqhY3soar4BflPBDpZu.jpg"
}
],
"id": 3572
}
Assistant
Responses are generated using AI and may contain mistakes.