Discover/Theguinessmap API
live

Theguinessmap APItheguinessmap.com

Access ~5,000 Guinness-serving locations worldwide via the Guinness Map API. Filter by country and city to get names, addresses, coordinates, ratings, and more.

This API takes change requests — .
Endpoint health
verified 2h ago
list_places
1/1 passing latest checkself-healing
Endpoints
1
Updated
3h ago

What is the Theguinessmap API?

The Guinness Map API exposes a single list_places endpoint that returns up to ~5,000 venues serving Guinness across multiple countries. Each place record includes 12 fields: name, address, city, country, slug, latitude, longitude, price tier, rating, review count, and badges. Filter results by country (required) and optionally by city to narrow the dataset to a specific locale.

This call costs10 credits / call— charged only on success
Try it
City name to filter by within the specified country, e.g. 'Dublin', 'London', 'New York'. Case-insensitive. When omitted, all places in the country are returned.
Country name to filter by, e.g. 'Ireland', 'United Kingdom', 'United States'. Must match the country name as listed on The Guinness Map (case-insensitive).
api.parse.bot/scraper/0ea4f59b-746b-4c0d-871d-a8c617aec3c0/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/0ea4f59b-746b-4c0d-871d-a8c617aec3c0/list_places?city=Dublin&country=Ireland' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 1 totalmissing one? ·

List all places serving Guinness, filtered by country and optionally by city. Returns the full set of matching locations in a single response with details including name, address, rating, price, review count, and coordinates. The upstream dataset contains ~5000 locations across ~56 countries; filtering is applied locally after fetching the full dataset (one cached upstream call). When both country and city are provided, results are narrowed to that city within that country. When only country is provided, all places in that country are returned. Matching is case-insensitive.

Input
ParamTypeDescription
citystringCity name to filter by within the specified country, e.g. 'Dublin', 'London', 'New York'. Case-insensitive. When omitted, all places in the country are returned.
countryrequiredstringCountry name to filter by, e.g. 'Ireland', 'United Kingdom', 'United States'. Must match the country name as listed on The Guinness Map (case-insensitive).
Response
{
  "type": "object",
  "fields": {
    "total": "integer count of matching places",
    "places": "array of place objects, each with id, name, address, city, country, slug, latitude, longitude, price, rating, review_count, badges, has_guinness_zero, website_url, description"
  },
  "sample": {
    "data": {
      "total": 190,
      "places": [
        {
          "id": "2dfef67f-56a5-477d-9a33-73472f98dcea",
          "city": "Dublin",
          "name": "The Palace Bar",
          "slug": "the-palace-bar-21-fleet-st-dublin",
          "price": 7.23,
          "badges": [],
          "rating": 4.7,
          "address": "21 Fleet St",
          "country": "Ireland",
          "latitude": 53.345832,
          "longitude": -6.259569,
          "description": null,
          "website_url": null,
          "review_count": 9,
          "has_guinness_zero": true
        }
      ]
    },
    "status": "success"
  }
}

About the Theguinessmap API

What the API Returns

The list_places endpoint returns a total integer and a places array. Each object in the array carries a unique id and slug, human-readable name and address, structured city and country fields, decimal latitude and longitude coordinates, a price tier indicator, a numeric rating, a review_count, and a badges field that surfaces any special designations attached to the venue.

Filtering and Coverage

Two parameters control the result set. country is required and must match the country name as stored in the dataset — for example, 'Ireland', 'United Kingdom', or 'United States'. city is optional and case-insensitive; supplying it restricts results to venues in that city within the chosen country. The entire matching set is returned in a single response with no pagination; total tells you how many records came back.

Data Shape and Coordinates

Latitude and longitude on each place record make the dataset straightforward to plot on a map or feed into distance calculations. The price field gives a relative cost indicator rather than an exact currency figure. rating and review_count reflect the venue's standing as captured in the source dataset, and badges can indicate whether a location has been flagged or recognized in some way on The Guinness Map.

Reliability & maintenanceVerified

The Theguinessmap API is a managed, monitored endpoint for theguinessmap.com — not a raw scraper you maintain. Every endpoint is automatically health-checked on a schedule, and when theguinessmap.com changes and a check fails, the API is automatically queued for repair and re-verified. It is built to keep working as the site underneath it changes.

This isn't an official theguinessmap.com API — it's an independent, maintained REST wrapper over public data. Where the source has no official API (or only a limited one), Parse gives you a stable contract over a source that never promised one, and keeps it current. Need a new endpoint or field? You can revise it yourself in plain English and the agent rebuilds it against the live site in minutes — contributing the change back to the shared API is free.

Last verified
2h ago
Latest check
1/1 endpoint passing
Maintenance
Monitored & self-healing
Will this API break when the source site changes?+
It's built not to. Every endpoint is health-checked on a schedule with automated test probes. When the source site changes and a check fails, the API is automatically queued for repair and re-verified — that's the self-healing layer. Each API page shows when its endpoints were last verified. And because marketplace APIs are shared, any fix reaches everyone using it.
Is this an official API from the source site?+
No — Parse APIs are independent, managed REST wrappers over publicly available data. That is the point: where a site has no official API (or only a limited one), Parse gives you a maintained, monitored endpoint for that data and keeps it working as the site changes — so you get a stable contract over a source that never promised one.
Can I fix or extend this API myself if I need a new endpoint or field?+
Yes — and you don't have to wait on us. This API was generated by the Parse agent, which stays attached. Describe the change in plain English ("add an endpoint that returns reviews", "fix the price field") in the revise box on the API page or via the revise_api MCP tool, and the agent rebuilds it against the live site in minutes. Contributing the change back to the public API is free.
What happens if I call an endpoint that has an issue?+
Errors are machine-readable: a bad call returns a clean status with the list of available endpoints and a repair hint, so an agent (or you) can recover or trigger a fix instead of failing silently. Confirmed failures feed the automatic repair queue.
Common use cases
  • Build a city-level pub finder showing Guinness venues on an interactive map using latitude/longitude fields
  • Rank bars in a country by rating and review_count to surface the most-reviewed Guinness spots
  • Filter venues by price tier to help budget-conscious travelers find affordable pubs in a given city
  • Generate a country-by-country comparison of Guinness venue density using the total count per query
  • Power a travel itinerary tool that suggests top-rated Guinness pubs near a user's planned stops
  • Identify badge-holding venues in a specific city for curated 'best of' pub guide content
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo2005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000100 req/min
Team$300/mo20,000300 req/min
Company$1,000/mo100,000500 req/min

Each endpoint has a fixed posted price per successful call — most fall between 1 and 10 credits — shown on this API's page before you run it. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does The Guinness Map have an official developer API?+
No. The Guinness Map at theguinessmap.com does not publish an official developer API or documented data feed. This Parse API is the programmatic way to access the dataset.
What does the list_places endpoint return when I filter by city?+
It returns all venues in the dataset that match both the required country and the optional city parameter. The response includes a total count and a places array where every object has the venue's name, address, coordinates, price tier, rating, review_count, and badges. City matching is case-insensitive.
Does the API support pagination or cursor-based retrieval?+
The API returns the full matching set in a single response — there is no pagination, cursor, or page parameter. For large countries without a city filter, the response may contain hundreds of records in one payload.
Can I retrieve individual venue details, user-submitted photos, or check-in history for a specific place?+
Not currently. The API covers location listings with name, address, coordinates, rating, review_count, price, and badges via list_places. Individual venue pages, photos, and check-in history are not exposed. You can fork this API on Parse and revise it to add an endpoint targeting those details.
How precise is the country parameter, and what happens if I pass an unrecognized value?+
The country value must match the name exactly as stored in the dataset — for example, 'United Kingdom' rather than 'UK' or 'Britain'. An unrecognized country name will return zero results. City names are more forgiving since matching is case-insensitive, but they still need to correspond to a city recorded in the dataset.
Page content last updated . Spec covers 1 endpoint from theguinessmap.com.
Related APIs in Food DiningSee all →
google.com API
Access data from google.com.
raisin.digital API
Search and discover natural wine bars, restaurants, wine shops, winemakers, and events from the Raisin.digital guide. Browse venues on an interactive map to find natural wine experiences near you.
geonames.org API
Search for places worldwide and get their exact coordinates, timezone information, and elevation data, or reverse lookup locations by coordinates to discover nearby areas. Access postal codes, country details, and geographic names across the globe to build location-aware applications and services.
tripadvisor.com API
Search for travel destinations and discover hotels with detailed information like ratings, reviews, and amenities. Get comprehensive place details to help plan your perfect trip and compare accommodation options.
findmeglutenfree.com API
Search for gluten-free friendly restaurants, cafes, chains, and airports worldwide, and get detailed information about their menus, celiac-friendly features, and ratings. Find nearby dining options by location, discover the best-rated chains, and browse businesses organized by city, state, or country.
pinballmap.com API
Access data from pinballmap.com.
2gis.ae API
Search and explore businesses across the UAE with access to comprehensive company profiles, contact information, reviews, photos, and menus all in one place. Browse categories, find branch locations, discover featured places, and get detailed insights about any business to make informed decisions.
theinfatuation.com API
Access restaurant reviews, ratings, and guides from The Infatuation. Search by keyword and location, browse cities and neighborhoods, and retrieve detailed review data including cuisine type, address, pricing, and editorial ratings.