The Movie DB
4.2
4.2/5

[┐∵]-

Movie Cast And Crew API

Movie cast and crew API for getting the cast and crew for a movie
The The Movie DB movie cast and crew API holds data with the goal of getting the cast and crew for a movie. Programmers who are using the movie cast data, use it for many use cases, several of which are; building movie details and casting display tools, apps and similar for entertainment and movie platforms, showing movie details, movie research and more. The options are countless of course and it is certain that alternative business cases exist, so play with the data for your business case and it should be intriguing to see what will be created with it. This database covers global data. The API is used by small business, medium business and enterprises, the clients use the API within the entertainment, cinema, media, tabloid press and similar sector. Several ideas of the type of business who uses it are entertainment and movie platforms, media agents, tabloid press platforms and more. When filtering the system based on the movie_id, api_key and language you can get the output that you need for your platform.

Movie Cast And Crew API endpoints

GET
/movie/{movie_id}/credits
GET /movie/{movie_id}/credits
In order to use the API platform for getting the cast and crew for a movie, clients need to connect to the API endpoint; /movie/{movie_id}/credits to obtain a similar output like in the response output of the example. The API documentation applies to all main programming languages, simply attach your API key parameter to the data endpoint URL and set it to your personal API key to begin receiving the requested data. In order to make the data request, put the data endpoint into the browser. For the applicable parameters and objects, check the parameter table of the movie cast and crew API which describes it.

Filters for movie cast and crew data

See below the filters applicable for the movie cast and crew API.
Filters
movie_id
api_key
language

Movie cast and crew API object description

Understand the objects and the associated description using the table to use the API also make use of the different parameters applicable to be able to obtain the needed data as an output.
Objects Description
id
cast
adult
gender
id
known_for_department
name
original_name
popularity
profile_path
cast_id
character
credit_id
order

Movie cast and crew API output response

Opt-in to the API to call the full responsebut you can already find a preview of the data response in the code box.
				
					{
  "id": 550,
  "cast": [
    {
      "adult": false,
      "gender": 2,
      "id": 819,
      "known_for_department": "Acting",
      "name": "Edward Norton",
      "original_name": "Edward Norton",
      "popularity": 7.861,
      "profile_path": "/5XBzD5WuTyVQZeS4VI25z2moMeY.jpg",
      "cast_id": 4,
      "character": "The Narrator",
      "credit_id": "52fe4250c3a36847f80149f3",
      "order": 0
    },
    {
      "adult": false,
      "gender": 2,
      "id": 287,
      "known_for_department": "Acting",
      "name": "Brad Pitt",
      "original_name": "Brad Pitt",
      "popularity": 20.431,
      "profile_path": "/cckcYc2v0yh1tc9QjRelptcOBko.jpg",
      "cast_id": 5,
      "character": "Tyler Durden",
      "credit_id": "52fe4250c3a36847f80149f7",
      "order": 1
    },
    {
      "adult": false,
      "gender": 1,
      "id": 1283,
      "known_for_department": "Acting",
      "name": "Helena Bonham Carter",
      "original_name": "Helena Bonham Carter",
      "popularity": 14.399,
      "profile_path": "/mW1NolxQmPE16Zg6zuWyZlFgOwL.jpg",
      "cast_id": 6,
      "character": "Marla Singer",
      "credit_id": "52fe4250c3a36847f80149fb",
      "order": 2
    },
    {
      "adult": false,
      "gender": 2,
      "id": 7470,
      "known_for_department": "Acting",
      "name": "Meat Loaf",
      "original_name": "Meat Loaf",
      "popularity": 2.67,
      "profile_path": "/k9tJGdMkzOe17YH2ZCQjNnX5YLz.jpg",
      "cast_id": 7,
      "character": "Robert "Bob" Paulson",
      "credit_id": "52fe4250c3a36847f80149ff",
      "order": 3
    },
    {
      "adult": false,
      "gender": 2,
      "id": 7499,
      "known_for_department": "Acting",
      "name": "Jared Leto",
      "original_name": "Jared Leto",
      "popularity": 7.845,
      "profile_path": "/ca3x0OfIKbJppZh8S1Alx3GfUZO.jpg",
      "cast_id": 30,
      "character": "Angel Face",
      "credit_id": "52fe4250c3a36847f8014a51",
      "order": 4
    },
    {
      "adult": false,
      "gender": 2,
      "id": 7471,
      "known_for_department": "Acting",
      "name": "Zach Grenier",
      "original_name": "Zach Grenier",
      "popularity": 2.829,
      "profile_path": "/fSyQKZO39sUsqY283GXiScOg3Hi.jpg",
      "cast_id": 31,
      "character": "Richard Chesler",
      "credit_id": "52fe4250c3a36847f8014a55",
      "order": 5
    },
    {
      "adult": false,
      "gender": 2,
      "id": 7497,
      "known_for_department": "Acting",
      "name": "Holt McCallany",
      "original_name": "Holt McCallany",
      "popularity": 4.303,
      "profile_path": "/a5ax2ICLrV6l0T74OSFvzssCQyQ.jpg",
      "cast_id": 32,
      "character": "The Mechanic",
      "credit_id": "52fe4250c3a36847f8014a59",
      "order": 6
    },
    {
      "adult": false,
      "gender": 2,
      "id": 7498,
      "known_for_department": "Acting",
      "name": "Eion Bailey",
      "original_name": "Eion Bailey",
      "popularity": 5.407,
      "profile_path": "/hKqfGq1sPhZdQOlto0bS3igFZdP.jpg",
      "cast_id": 33,
      "character": "Ricky",
      "credit_id": "52fe4250c3a36847f8014a5d",
      "order": 7
    },
    {
      "adult": false,
      "gender": 2,
      "id": 7472,
      "known_for_department": "Acting",
      "name": "Richmond Arquette",
      "original_name": "Richmond Arquette",
      "popularity": 2.797,
      "profile_path": "/qpKZQn71Fwk6Gm1WZHL9IpVmcyO.jpg",
      "cast_id": 34,
      "character": "Intern",
      "credit_id": "52fe4250c3a36847f8014a61",
      "order": 8
    },
...
				
			

Software development kits

Use whichever of the filter objects to get the movie crew data that is required. The API provides response in JSON file format and for languages like; PHP, Javascript, Angular, JQuery, JAVA, R, C#, NodeJS, Python, Ruby, VueJS, Strest, Swift, Rust, Go and Scala there are SDKs available, just email for it and it should be provided soon.

Movie Cast And Crew API pricing

In the event that clients want to have trial access to this movie cast data before signing up, there are trial and sample data sets available so get in contact and ask for the trial data access. When clients have experimented a bit with the the API, you may determine if you wish to purchase full access to the product.

Cost and price of API

You can instantly start integrating The Movie DB API with prices set at monthly from $0 or directly contact the API provider to have more information now.
Option Price
Monthly subscription From $0/month
Variable pricing no

Free Trial

Free trial is available

Alternative options

Listen Notes

Search Podcast API
4.2
4.2/5
Podcast data via search podcast API provides the right types of data to make sure you can build on point data products. Search Podcast API ensures you get the best data solutions to build data-oriented products for getting full-text search on episodes, podcasts, or curated lists of podcasts use cases.

Listen Notes

Best Podcasts API
4.0
4.0/5
Best Podcasts API grants external data solutions to build data-oriented products for getting a list of curated best podcasts by genre, which are curated by Listen Notes staff based on various signals from the Internet use cases. Podcast data via best podcasts API returns necessary details to ensure you can develop on point online products.

Listen Notes

Podcast Details API
4.3
4.3/5
Contact the Best Podcasts API provider to receive accurate data for getting a list of curated best podcasts by genre, which are curated by Listen Notes staff based on various signals from the Internet purposes today. Podcast data via best podcasts API output has required types of data to make sure you can build powerful online products.

Listen Notes

Podcast Episode Details API
4.0
4.0/5
Get in touch with the Podcast Episode Details API provider to directly get accurate data for fetching detailed meta data for a podcast eepisode by id purposes right away. Podcast Episode Details API by Listen Notes is here to offer extensive and essential elements necessary to have in building podcast episode search and information display features, optimizing streaming platforms, content creation and analysis and similar use cases.

Listen Notes

Trending Podcast Search Terms API
4.0
4.0/5
Trending Podcast Search Terms API ensures you get the best data solutions to build products for fetching up to 10 most recent trending search terms on the Listen Notes platform objectives. Podcast data via trending podcast search terms API output provides the right types of details in order to develop powerful data products.

The Movie DB

Movies API
0.0
0.0/5
Movies data via movies API returns necessary details to develop advanced data products. Movies API grants data solutions to create projects for getting the primary information about a movie functions.

Sign up for The Movie DB movie cast and crew API

Get Data Access

~[ ∵ ]~

Sign-up Succesful

Wait for the Data