Back to catalog
🎬

Open Movie Database

API Key

Movie information

🎬VideoHTTPS

The Shawshank Redemption

OMDb API

TitleThe Shawshank Redemption
Year1994
RatedR
Runtime142 min
Imdb Rating9.3

Sample Response

response.json
1{
2 "Title": "The Shawshank Redemption",
3 "Year": "1994",
4 "Rated": "R",
5 "Runtime": "142 min",
6 "imdbRating": "9.3"
7}

Code Snippets

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

Similar APIs