<!-- TV Series -->
<iframe src="https://moovie-embed.pages.dev/embed/tv/76479/1/1" width="100%" height="100%" frameborder="0" style="border-radius: 12px;" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe>
02. Query Parameters Reference
Parameter
Description
Syntax
tmdb_id
Direct TMDB ID search. Skips internal title lookup entirely.
?tmdb_id=157336
title
Search query fallback if ID is missing.
?title=Interstellar
fast
Enables rapid scraping mode on the API backend.
?fast=1
media_type
Tells lookup search if it is a movie or tv.
?media_type=movie
Integrate with AI
Building a custom portal? Copy this markdown block and paste it directly into Cursor or ChatGPT to generate your integration component instantly:
I am building a movie streaming website and I want to embed the Moovie Embed player via an iframe. Please write the integration code for me based on the following API reference. I want a robust component/script that passes the correct parameters to the URL.
### 1. Base URLs:
- Movies: `https://moovie-embed.pages.dev/embed/movie/{tmdb_id}`
- TV Series: `https://moovie-embed.pages.dev/embed/tv/{tmdb_id}/{season}/{episode}`
### 2. Supported Parameters:
- `fast`: Pass `1` to enable fast background resolver queries.
- `title`: Name of the movie/TV show used as matching query metadata.
Click to load active stream sandbox
Resolving Sandbox Streams
Standing by...
No Streams Found
Scraper failed to pull streams for this search query.