MovieDB API Emulator

Interactive documentation of printer's movie database. Click an endpoint to expand and test it live.

Base URL: https://moviedb.printergobrrr.stream/moviedb.php
GET /?imdb_id={id} Fetches movie/series details using a unique IMDb ID.

Parameters

NameDescriptionType
imdb_id *required IMDb Identifier. string

🚀 Try it out


            
GET /?title={title}&year={year} Fetches details of a single movie by its exact title.

Parameters

NameDescriptionType
title *required Movie title. string
year Release year (optional). string

🚀 Try it out


            
GET /?title={title}&multiple=true Returns an array of search matches (short metadata).

Parameters

NameDescriptionType
title *required Search keyword. string
multiple *required Must be set to true. boolean

🚀 Try it out

GET /?title={ShowName SxxExx} Fetches metadata for a SPECIFIC episode.

💡 Note: Format MUST be Title followed by SxxExx. It bypasses OMDb and hits TVMaze.

🚀 Try it out