Overview
TrailerAddict API lets you embed movie and TV trailers directly into your website with a simple query. You can search for trailers by film name and receive an embeddable player code in return. An API key is required, available from TrailerAddict website.
Beginner Tip
Pass the film title as the film query parameter and request an embed code to quickly add a trailer player to any web page. Keep your API key private and never expose it in client-side JavaScript.
Available Data
Example Response
{
"route": "Line 1",
"origin": "Station A",
"destination": "Station B",
"departure": "08:30",
"arrival": "09:15",
"status": "On Time",
"delays_min": 0
} Field Reference
title Title of the trailer video. film Name of the movie associated with the trailer. embed HTML embed code for inserting the trailer player into a web page. runtime Duration of the trailer in MM:SS format. link Direct URL to the trailer page on TrailerAddict. Implementation Example
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); What Can You Build?
Note: These code examples are AI-generated and unverified. Always refer to the official API documentation for accurate usage.
Common Errors & Troubleshooting
Matrix Score Breakdown
Partially tested on Apr 5, 2026
Technical Specifications
Similar APIs
View All →IMDb-API
IMDb-API provides programmatic access to api for receiving movie, serial and cast information via REST API.
JSON2Video
JSON2Video API lets you create and edit videos programmatically by sending a JSON payload that describes scenes, text animations, voice-overs, watermarks, and slideshows.
Open Movie Database
⭐ Beginner's PickThe Open Movie Database (OMDb) API lets you search for movies, TV shows, and episodes by title or IMDb ID.
Simkl
Simkl is a tracking service for movies, TV shows, and anime that also exposes a developer API.
The Lord of the Rings
The One API provides comprehensive data from J.R.R.