Back to catalog
🎬

Watchmode

API Key

API for finding out the streaming availability of movies & shows

🎬VideoHTTPS

Streaming Availability

5 items

Oppenheimer

Peacock

Movie

Barbie

Max

Movie

The Bear

Hulu

Series

Succession

Max

Series

Past Lives

Paramount+

Movie

Sample Response

response.json
1{
2 "items": [
3 {
4 "title": "Oppenheimer",
5 "service": "Peacock",
6 "type": "Movie",
7 "region": "US",
8 "link": "https://www.peacocktv.com/watch/asset/movies/oppenheimer/9000474050"
9 },
10 {
11 "title": "Barbie",
12 "service": "Max",
13 "type": "Movie",
14 "region": "US",
15 "link": "https://www.max.com/movies/barbie/1234567890"

Code Snippets

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

Similar APIs