API archive entry · source-reported

PunkAPI

BrewDog's DIY Dog beer catalogue as an API

Provider / source website

From the publisher

README & documentation

Source preview

Read 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…

alxiw/punkapi on GitHub A short preview, not the full document.

Read the full README ↗ · Preview checked 2026-09-20T17:42:13.361Z

Inside the original README — Document outline
  1. PunkAPI
  2. Usage
  3. https://punkapi-alxiw.amvera.io/v3/
  4. Endpoints
  5. GET /beers
  6. GET /beers/{id}
  7. GET /beers/random
  8. GET /images/{filename}
  9. Example Response
  10. How It Works
  11. Background
  12. 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

  1. First observed: Sep 20, 2026
  2. Last directory-field change: Sep 20, 2026
  3. Current source observation: Sep 20, 2026

Submit a source-backed correction

Source reference

Public API Lists

This page separates source-reported facts from questions that need live provider verification.