Back to catalog
🎬

IMDb

API Key

API for receiving movie, serial and cast information

🎬VideoHTTPS

IMDb API

Movie object

TitleThe Shawshank Redemption
Year1,994
Rating9.3
DirectorFrank Darabont
GenreDrama

Sample Response

response.json
1{
2 "title": "The Shawshank Redemption",
3 "year": 1994,
4 "rating": 9.3,
5 "director": "Frank Darabont",
6 "genre": "Drama"
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://developer.imdb.com/" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs