Skip to main content
What's new

Changelog

GET /v1/changelog

Every notable change to the Pub DB API, newest first.

v1.0.7August 21, 2026
  • AddedGET /pubs now accepts a postcodeDistrict filter (UK outward code, e.g. SW1) to find all pubs in a postcode district.
v1.0.6August 21, 2026
  • AddedGET /pubs and GET /pubs/near now accept an updatedSince filter (ISO 8601 timestamp) for efficient incremental sync.
v1.0.5August 3, 2026
  • AddedGET /pubs/:id/history now includes the username of the user who made each change.
v1.0.4July 30, 2026
  • AddedAdded hasAirConditioning amenity field for pubs, filterable on GET /pubs and GET /pubs/near.
v1.0.3July 24, 2026
  • AddedGET /pubs/:id/history exposes a pub's audit trail (create/update/delete events with changed fields) - DEVELOPER+ only.
v1.0.2July 19, 2026
  • AddedGET /pubs/near now accepts amenity and text filters (e.g. isDogFriendly, hasFood, operator, borough), combined with the existing distance sort and radius search.
v1.0.1July 19, 2026
  • AddedAllow multiple active API keys per account, capped by subscription tier. Rate limit quota is shared across all of an account's keys rather than applied separately per key.
v1.0.0July 18, 2026
  • AddedPublic launch of the REST API covering pubs, stats, filters, beer types, and contributor leaderboard.
  • AddedTESTING, DEVELOPER, and BUSINESS tiers with per-tier rate limits and result caps.
  • AddedLocation search via /pubs/near with lat, lng, and radius.