Video · head-to-head

IMDbOT vs Stranger Things Quotes

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.

Stranger Things Quotes

A small JSON API serving quotes from the show Stranger Things, one of a matching set of single-purpose quote APIs from the same maintainer (see also Lucifer Quotes). The directory's URL is corrected from the GitHub repo page to the live product domain the repo's Vercel deployment now redirects to.

IMDbOTStranger Things Quotes
AuthenticationNoneNone
Pricingfreefree
FormatsJSONJSON
CORSyesyes
HTTPSYesYes

More comparisons