Food & Drink · head-to-head
BaconMockup vs WhiskyHunter
BaconMockup generates resizable JPEG placeholder images of bacon (and other meats) sized via URL path segments like /300/200, aimed at web-design mockups that want food-themed filler art instead of generic gray boxes. A live GET against the real host, baconmockup.com, returned a genuine JPEG with no Access-Control-Allow-Origin header on either a plain GET or an OPTIONS preflight, resolving cors yes -> no; no key is required, reconfirming auth None.
WhiskyHunter aggregates historical results from online whisky auctions — winning-bid averages, trading volume, and lot counts across dozens of auction houses over time — as a free, keyless, read-only statistics API. A live GET against the real gateway, whiskyhunter.net/api, returned genuine JSON with no Access-Control-Allow-Origin header, resolving cors unknown -> no; auth None was reconfirmed by the same keyless 200.
| BaconMockup | WhiskyHunter | |
|---|---|---|
| Authentication | None | None |
| Pricing | free | free |
| Formats | JPEG | JSON |
| CORS | no | no |
| HTTPS | Yes | Yes |