← Back to Dashboard

Open Movie Database

VideoActiveCORS ReadyFreemiumAuth: API KeyDoc: HTML
Swagger DocumentationVisit Website ↗

Description

Movie information

✨ AI Summary

The OMDb API is a RESTful web service to obtain movie information, with user-contributed content.

Code Example

import requests

api_key = 'YOUR_API_KEY'
title = 'Inception'
url = f'https://www.omdbapi.com/?t={title}&apikey={api_key}'

response = requests.get(url)
data = response.json()
print(data)

Live Health Metrics

Last 50 checks (10 min intervals)