Food & Drink · head-to-head
The Report of the Week vs WhiskyHunter
The Report of the Week API exposes the full review dataset behind the YouTube food-review channel of the same name — product, manufacturer, category, and rating for thousands of reviewed snacks and drinks — as a small, free, keyless dataset service. A live GET against the real gateway, thereportoftheweekapi.com/api/v1/reports, returned genuine JSON with no Access-Control-Allow-Origin header, resolving cors unknown -> no; auth None was reconfirmed by the same keyless 200, and a live docsUrl was added for its Swagger UI, distinct from the GitHub readme kept as url.
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.
| The Report of the Week | WhiskyHunter | |
|---|---|---|
| Authentication | None | None |
| Pricing | free | free |
| Formats | JSON | JSON |
| CORS | no | no |
| HTTPS | Yes | Yes |