Video · head-to-head
IMDbOT vs Lucifer Quotes
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.
A small JSON API serving quotes from the TV show Lucifer, one of a matching set of single-purpose quote APIs from the same maintainer (see also Stranger Things 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.
| IMDbOT | Lucifer Quotes | |
|---|---|---|
| Authentication | None | None |
| Pricing | free | free |
| Formats | JSON | JSON |
| CORS | yes | yes |
| HTTPS | Yes | Yes |