Untappd

API

Social beer sharing and discovery API

Visit Website

Overview

The Untappd API provides RESTful access to social beer-sharing data, including user check-ins, beer details (style, ABV, brewery info), venue beer lists, and profile statistics. Responses are JSON-formatted. Key endpoints cover user activity, beer search, venue info, and brewery details. Use cases: Integrate beer discovery into apps, display user check-in history, show venue-specific beer menus, or build social beer-sharing features for bar/brewery platforms.

Example Integration (JavaScript)

script.js JS

fetch('https://untappd.com/api/docs')
  .then(res => res.json())
  .then(data => console.log(data))
  .catch(err => console.error(err));

Key Features

  • RESTful API
  • JSON Responses
  • Social Check-in Data
  • Beer & Brewery Metadata
  • Venue Beer Lists

Frequently Asked Questions

? Is Untappd API free to use?

Yes, it offers a freemium model—free tier with rate limits, paid tiers for higher usage and advanced features.

? Does it require an API Key?

Yes, all requests to the Untappd API require an authenticated API key.

? What is the response format?

The Untappd API returns responses exclusively in JSON format.

Top Alternatives

BreweryDB API Search Google

People Also Ask about Untappd

Untappd vs BreweryDB API Untappd 2025 review

Tool Info

Pricing Freemium
Category Food & Drink
Platform Public API

Pros

  • Rich social beer discovery data
  • Comprehensive beer/brewery info
  • Well-documented endpoints

Cons

  • Strict rate limits on free tier
  • Requires API key authentication
  • Limited advanced features in free plan

More Food & Drink Tools