IMDb-API
API for receiving movie, serial and cast information
| Category | Video |
|---|---|
| Authentication | apiKey |
| HTTPS | No |
| CORS | unknown |
| Difficulty | intermediate |
| Official URL | https://www.traileraddict.com/trailerapi |
| Added Date | 2026-04-01 |
| Last Verified | 2026-04-01 |
TrailerAddict is a video API described as: Easily embed trailers from TrailerAddict. It is useful when you need programmatic access to easily embed trailers from traileraddict from applications, dashboards, or internal tools. The published entry point or documentation is hosted at www.traileraddict.com, which makes it a practical starting point for evaluating available endpoints and response formats. The listing indicates API-key-based access, which is typical for server-side integrations, scheduled jobs, and controlled client applications.
const url = "https://www.traileraddict.com/trailerapi";
// Replace headers or query params with the values required by this API.
const response = await fetch(url, {
headers: {
"X-API-Key": "YOUR_API_KEY"
}
});
if (!response.ok) throw new Error(`Request failed: ${response.status}`);
const data = await response.json();
console.log(data); API for receiving movie, serial and cast information
Create and edit videos programmatically: watermarks,resizing,slideshows,voice-over,text animations
Movie information
Movie, TV and Anime data
The Lord of the Rings API
Game Of Thrones API
Bob's Burgers API
Breaking Bad API
Some Breaking Bad quotes
Doctor Who API
REST API for next-episode.net
TV programme of Czech TV
Dailymotion Developer API
A simple API which provides you with book, character, movie and quotes JSON data
Final Space API