# BrewereyDB API **Provider:** BrewereyDB **Category:** storage **Base URL:** `http://www.brewerydb.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Not officially published **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** http://www.brewerydb.com/developers ## Description BreweryDB is a database of breweries, beers, beer events and guilds. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `http://www.brewerydb.com/` | See documentation for endpoint reference | ## Authentication See documentation for authentication details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'http://www.brewerydb.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free with developer account. Open beer and brewery database API. --- *Source: [API Map](https://apimap.dev/apis/brewereydb/) — CC BY 4.0*