← Back to Dashboard

TMDb

VideoActiveUnknownAuth: API KeyDoc: HTML
Visit Website ↗

Description

Community-based movie data

✨ AI Summary

TMDb is a community-based API providing comprehensive movie and TV show data.

Code Example

import requests

url = "https://api.themoviedb.org/3/movie/popular"

headers = {
    "Accept": "application/json"
}

params = {
    "api_key": "YOUR_API_KEY"
}

response = requests.get(url, headers=headers, params=params)

print(response.json())

Live Health Metrics

Last 50 checks (10 min intervals)