Video — entry 012 of 37
IMDbOT
IMDbOT (branded "Free Movie DB") is an unofficial IMDb search API that also powers a companion Telegram inline bot; the REST side is hosted at imdb.iamidiotareyoutoo.com and returns title, cast, poster, and rating data for a free-text query, plus a separate /justwatch endpoint for streaming availability. Confirmed live via its own hosted Swagger docs and a working /search call, it needs no API key and serves plain JSON with wide-open CORS.
AuthenticationNone requiredCall it straight away — no key, no signup.
HTTPSSupportedTraffic is encrypted in transit.
CORSEnabledCallable directly from browser JavaScript.
PricingFreeNo paid tier — free for the documented use case.
FormatsJSONResponses can be requested as JSON.
GreatAPIs Score
Score88
Authentication25/25No authentication required
Pricing20/20Free to use
Docs14/20Documentation URL provided
Formats9/15Single response format
Freshness20/20Verified within 6 months
Auth quickstart
- No key needed — call it now.
Stored keyNo key stored
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.
Try it
Developer reference
Base URL
https://imdb.iamidiotareyoutoo.comKey endpoints
- GET/search?q={title}
- GET/justwatch?q={title}