Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/movies/{movie_id}/credits
{ "cast": [ { "name": "<string>", "character": "<string>", "order": 123, "poster": "<string>", "link": "<string>" } ], "crew": {} }
Unique Identifier of a movie.
Successful Response
List of people in the cast and the crew
List of actors who appear in this movie.
Show child attributes
List of crew members who worked on this movie grouped by department.