Untappd
Social beer sharing
- Authentication
- OAuth
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Food & Drink
- Documentation / URL
- https://untappd.com/api/docs
Overview
Untappd provides beer data — key-based (invalid credentials return 500, verified).
Quick Start
Beer (replace with your creds):
curl "https://api.untappd.com/v4/beer/info/1?client_id=YOUR_ID&client_secret=YOUR_SECRET"
{ "meta": { "code": 500, "error_detail": "Invalid client_secret and client_id. Please try again." } }
Authentication
- Register at untappd.com → client_id + client_secret.
- Send them as query parameters (invalid → 500, verified).
Rate Limits & Notes
- Free tier with limits (check the docs).
- Beers, breweries, check-ins.
FAQ
Is Untappd free? Free tier with limits; more is paid.
Why 500? Invalid credentials return 500 (verified) — check your keys.
What’s the auth style?
client_id + client_secret query params.
More in Food & Drink
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| BaconMockup Resizable bacon placeholder images | No auth | Yes | Yes | ↗ |
| Chomp Data about various grocery products and foods | API Key | Yes | Unknown | ↗ |
| Coffee Random pictures of coffee | No auth | Yes | Unknown | ↗ |
| Edamam nutrition Nutrition Analysis | API Key | Yes | Unknown | ↗ |
| Edamam recipes Recipe Search | API Key | Yes | Unknown | ↗ |