Thehendonmob APIpokerdb.thehendonmob.com ↗
Find poker venues and casinos worldwide using the Hendon Mob Poker Database, with the ability to filter by starting letter and region or country to quickly locate games near you. Get detailed information about poker rooms and their locations to plan your next game.
curl -X GET 'https://api.parse.bot/scraper/13129c67-aaf3-4389-839f-8b8c3237d2f5/list_venues?page=1&starting_letter=A' \ -H 'X-API-Key: $PARSE_API_KEY'
List poker venues from the Hendon Mob database. Returns 20 venues per page sorted alphabetically. Supports filtering by starting letter and by region or country code. Pagination is controlled by the page parameter; has_next_page indicates whether more results exist.
| Param | Type | Description |
|---|---|---|
| page | integer | Page number for pagination (20 venues per page). |
| region | string | Filter by region ID or 3-letter country code. Region IDs: 1=The Americas, 2=Europe, 3=Oceania, 4=Rest of the World, 8=United Kingdom, 9=All-Ireland, 11=Scandinavia, 12=GB and Ireland, 13=Eastern Europe, 14=Africa, 15=Asia, 17=Latin America. Country codes examples: USA, CAN, GBR, FRA, GER, AUS, BRA, JPN. Omitting returns venues worldwide. |
| starting_letter | string | Filter venues by starting letter. Accepts A-Z or # for non-alpha. Omitting returns all venues. |
{
"type": "object",
"fields": {
"page": "current page number",
"venues": "array of venue objects with venue_id, name, country, location, and url_path",
"has_next_page": "whether additional pages of results exist"
},
"sample": {
"data": {
"page": 1,
"venues": [
{
"name": "\"CUBE\" Mall",
"country": "Ukraine",
"location": "Kharkiv",
"url_path": "/venues/cube-mall-1967",
"venue_id": "1967"
},
{
"name": "101 Poker Club Richmond (Formerly Johnny Chan's 88 Social)",
"country": "United States",
"location": "Houston, TX",
"url_path": "/venues/101-poker-club-richmond-formerly-johnny-chan-s-88-social-2915",
"venue_id": "2915"
}
],
"has_next_page": true
},
"status": "success"
}
}About the Thehendonmob API
The Thehendonmob API on Parse exposes 1 endpoint for the publicly available data on pokerdb.thehendonmob.com. Calls return JSON over HTTPS and are billed per successful response.
Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.