Endpoints
- Account
- Authentication
- Certification
- Changes
- Collections
- Companies
- Configuration
- Credits
- Discover
- Find
- Genres
- Guest Session
- Keywords
- List
- Movie Lists
- Movies
- Networks
- People Lists
- People
- Reviews
- Search
- Trending
- TV Series Lists
- TV Series
- TV Seasons
- TV Episodes
- TV Episode Groups
- Watch Providers
- API Reference
Credits
Details
Get a movie or TV credit details by ID.
GET
/
3
/
credit
/
{credit_id}
curl --request GET \
--url https://api.themoviedb.org/3/credit/%7B{credit_id}%7D
{
"credit_type": "cast",
"department": "Acting",
"id": "5e5cc7f055c926001952b30b",
"job": "Actor",
"media": {
"adult": false,
"backdrop_path": "/pwpw1veVNW2Sls5sGbA9mqMYN49.jpg",
"character": "Woo Moo-Chi",
"genre_ids": [
28,
12,
35,
14
],
"id": 591120,
"media_type": "movie",
"original_language": "ko",
"original_title": "해적: 도깨비 깃발",
"overview": "A gutsy crew of Joseon pirates and bandits battle stormy waters, puzzling clues and militant rivals in search of royal gold lost at sea.",
"popularity": 24.176,
"poster_path": "/50UQeTrUM7ErXzkvqCsV6EXcM3g.jpg",
"release_date": "2022-01-26",
"title": "The Pirates: The Last Royal Treasure",
"video": false,
"vote_average": 6.6,
"vote_count": 197
},
"media_type": "movie",
"person": {
"adult": false,
"gender": 2,
"id": 1257899,
"known_for_department": "Acting",
"media_type": "person",
"name": "Kang Ha-neul",
"original_name": "강하늘",
"popularity": 33.13,
"profile_path": "/9V9H2mzk9XLMVPr0HtZHPCbM0Q2.jpg"
}
}
Path Parameters
Response
200 - application/json
Details
The response is of type object
.
curl --request GET \
--url https://api.themoviedb.org/3/credit/%7B{credit_id}%7D
{
"credit_type": "cast",
"department": "Acting",
"id": "5e5cc7f055c926001952b30b",
"job": "Actor",
"media": {
"adult": false,
"backdrop_path": "/pwpw1veVNW2Sls5sGbA9mqMYN49.jpg",
"character": "Woo Moo-Chi",
"genre_ids": [
28,
12,
35,
14
],
"id": 591120,
"media_type": "movie",
"original_language": "ko",
"original_title": "해적: 도깨비 깃발",
"overview": "A gutsy crew of Joseon pirates and bandits battle stormy waters, puzzling clues and militant rivals in search of royal gold lost at sea.",
"popularity": 24.176,
"poster_path": "/50UQeTrUM7ErXzkvqCsV6EXcM3g.jpg",
"release_date": "2022-01-26",
"title": "The Pirates: The Last Royal Treasure",
"video": false,
"vote_average": 6.6,
"vote_count": 197
},
"media_type": "movie",
"person": {
"adult": false,
"gender": 2,
"id": 1257899,
"known_for_department": "Acting",
"media_type": "person",
"name": "Kang Ha-neul",
"original_name": "강하늘",
"popularity": 33.13,
"profile_path": "/9V9H2mzk9XLMVPr0HtZHPCbM0Q2.jpg"
}
}