Video · head-to-head
IMDbOT vs Ron Swanson 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 minimal JSON API returning quotes from Ron Swanson, the Parks and Recreation character, with random, count-based, and search endpoints. The maintainer archived the source repo in January 2026 after 11 years of running it, but explicitly committed to keeping the Heroku instance itself alive — confirmed still serving live on this run.
| IMDbOT | Ron Swanson Quotes | |
|---|---|---|
| Authentication | None | None |
| Pricing | free | free |
| Formats | JSON | JSON |
| CORS | yes | yes |
| HTTPS | Yes | Yes |