- Previous: Movie Info
- Up: API Homepage - v1.0.json
- Next: Movie Clips
Movie Cast
Pulls the complete movie cast for a movie
URL
http://api.rottentomatoes.com/api/public/v1.0/movies/770672122/cast.json?apikey=[your_api_key]
Parameters
no parameters
Example Call and Response
http://api.rottentomatoes.com/api/public/v1.0/movies/770672122/cast.json?apikey=[your_api_key]
{
"cast": [
{
"id": "162655641",
"name": "Tom Hanks",
"characters": ["Woody"]
},
{
"id": "162655909",
"name": "Tim Allen",
"characters": ["Buzz Lightyear"]
},
{
"id": "162655020",
"name": "Joan Cusack",
"characters": ["Jessie the Cowgirl"]
},
{
"id": "341817905",
"name": "Don Rickles",
"characters": ["Mr. Potato Head"]
},
{
"id": "162671862",
"name": "Wallace Shawn",
"characters": ["Rex"]
},
{
"id": "162672460",
"name": "Ned Beatty",
"characters": [
"Lots-o'-Huggin' Bear",
"Lotso"
]
},
{
"id": "381422124",
"name": "John Ratzenberger",
"characters": ["Hamm"]
},
{
"id": "746742134",
"name": "Estelle Harris",
"characters": ["Mrs. Potato Head"]
},
{
"id": "162652681",
"name": "Michael Keaton",
"characters": ["Ken"]
},
{
"id": "770691950",
"name": "John Morris",
"characters": ["Andy"]
},
{
"id": "771078865",
"name": "Emily Hahn",
"characters": ["Bonnie"]
},
{
"id": "162679021",
"name": "Laurie Metcalf",
"characters": ["Andy's Mom"]
},
{
"id": "364614516",
"name": "Blake Clark",
"characters": ["Slinky Dog"]
},
{
"id": "770673196",
"name": "Teddy Newton",
"characters": ["Chatter Telephone"]
},
{
"id": "770689970",
"name": "Bud Luckey",
"characters": ["Chuckles"]
},
{
"id": "770829444",
"name": "Beatrice Miller",
"characters": ["Molly"]
},
{
"id": "771078866",
"name": "Javier Fernandez-Pena",
"characters": ["Spanish Buzz"]
},
{
"id": "770671962",
"name": "Lori Alan",
"characters": ["Bonnie's Mom"]
},
{
"id": "771014702",
"name": "Jeff Pidgeon",
"characters": ["Aliens"]
},
{
"id": "770792145",
"name": "Kristen Schaal",
"characters": ["Trixie"]
},
{
"id": "771029413",
"name": "John Cygan",
"characters": ["Twitch"]
},
{
"id": "439092351",
"name": "Jack Angel",
"characters": ["Chunk"]
},
{
"id": "770924471",
"name": "Jan Rabson",
"characters": ["Sparks"]
},
{
"id": "162657445",
"name": "Richard Kind",
"characters": ["Bookworm"]
},
{
"id": "162654813",
"name": "Erik von Detten",
"characters": ["Sid"]
},
{
"id": "771078867",
"name": "Charlie Bright",
"characters": [
"Pea-in-a-Pod",
"Young Andy"
]
},
{
"id": "771078868",
"name": "Amber Kroner",
"characters": ["Pea-in-a-Pod"]
},
{
"id": "771078869",
"name": "Brianna Maiwand",
"characters": ["Pea-in-a-Pod"]
},
{
"id": "568063685",
"name": "Jack Willis",
"characters": ["Frog"]
},
{
"id": "162655648",
"name": "Jodi Benson",
"characters": ["Barbie"]
},
{
"id": "162669781",
"name": "Timothy Dalton",
"characters": ["Mr. Pricklepants"]
},
{
"id": "162667962",
"name": "Jeff Garlin",
"characters": ["Buttercup"]
},
{
"id": "162653468",
"name": "Whoopi Goldberg",
"characters": ["Stretch"]
},
{
"id": "162654629",
"name": "Bonnie Hunt",
"characters": ["Dolly"]
},
{
"id": "162662280",
"name": "R. Lee Ermey",
"characters": ["Sarge"]
}
],
"links": {"rel": "http://api.rottentomatoes.com/api/public/v1.0/movies/770672122.json"}
}
- Previous: Movie Info
- Up: API Homepage - v1.0.json
- Next: Movie Clips
3 Comments
Gaurang Jadia – 1 year ago
I understand the use of this endpoint. But, how can I use ID of cast to retrive more detail of the actor or character. Is there any endpoint where I can pass ID and retrive further information???
movie dragon – 2 months ago
same query,i hv....
mplx – 2 months ago
How do I get thumbnails for the cast?
Please sign in to post a comment.