API archive entry · source-reported
PunkAPI
BrewDog's DIY Dog beer catalogue as an API
From the publisher
README & documentation
Source previewRead the project’s overview, installation instructions and usage examples. The original README is the source of truth.
A FastAPI-based REST API serving as a digital archive of BrewDog's DIY Dog beers. It provides a paginated catalog of all beers, with detailed information about each one, including its name, description, recipe, and image. All endpoints below are relative to the base URL above. Returns a paginated list of beers. Required: page (integer) – page number (e.g. ?page=1). Supports the following optional query parameters: Returns a single beer by its numeric id. Use the id field from the beer object. Returns a randomly selected beer from the catalog. Returns the image for a beer. The filename is not always a numeric id – use the value from the image field of the beer object as-is. Examples: images/001.png, images/336.png, images/keg.png GET /beers/366 → https://punkapi-alxiw.amvera.io/v3/beers/366 Show JSON response The catalog data was extracted from the DIY Dog PDF and transformed into JSON and PNG files, stored in…
Read the full README ↗ · Preview checked 2026-09-20T17:42:13.361Z
Inside the original README — Document outline
- PunkAPI
- Usage
- https://punkapi-alxiw.amvera.io/v3/
- Endpoints
- GET /beers
- GET /beers/{id}
- GET /beers/random
- GET /images/{filename}
- Example Response
- How It Works
- Background
- License
Headings are captured from the source. Links open the publisher’s document, not a locally hosted copy.
Links from the README
References supplied by the publisher, not independently verified endorsements. Check the destination before downloading files or entering credentials.
Documentation belongs to its respective authors. A listing is not a grant of reuse or training rights. Confirm the document’s own terms at the source.
Where these facts came from
AltAPIs imported it from Public API Lists. The source link and dates remain visible for independent inspection.
What is reported
- Name, category, and short description
- Authentication label
- HTTPS and CORS labels
- Provider/source URL
What is not established
- Current uptime or availability
- Pricing, quotas, and rate limits
- Security, compliance, or licensing posture
- SDK quality or endpoint completeness
Record checkpoints
- First observed: Sep 20, 2026
- Last directory-field change: Sep 20, 2026
- Current source observation: Sep 20, 2026
Source reference
This page separates source-reported facts from questions that need live provider verification.