Discover/Thehendonmob API
live

Thehendonmob APIpokerdb.thehendonmob.com ↗

Access poker players, venues, events, festivals, rankings, and results from the Hendon Mob Poker Database via 16 structured JSON endpoints.

Endpoint health
verified 2d ago
get_player
list_venue_recurring_festivals
list_circuits
list_venues
list_players
14/14 passing latest checkself-healing
Endpoints
16
Updated
1mo ago

What is the Thehendonmob API?

This API exposes 16 endpoints covering the Hendon Mob Poker Database — one of the most complete records of live tournament poker. You can retrieve player profiles with career earnings and rankings via get_player, pull festival schedules with event-by-event results via get_festival_schedule, list venues with contact details, browse ranked money lists, and page through hundreds of thousands of tournament results — all as structured JSON.

This call costs2 credits / call— charged only on success
Try it
Page number for pagination (20 venues per page).
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.
Filter venues by starting letter. Accepts A-Z or # for non-alpha. Omitting returns all venues.
→ api.parse.bot/scraper/13129c67-aaf3-4389-839f-8b8c3237d2f5/<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/13129c67-aaf3-4389-839f-8b8c3237d2f5/list_venues?page=1&starting_letter=A' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 16 totalmissing one? ·

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.

Input
ParamTypeDescription
pageintegerPage number for pagination (20 venues per page).
regionstringFilter 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_letterstringFilter venues by starting letter. Accepts A-Z or # for non-alpha. Omitting returns all venues.
Response
{
  "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

Players and Rankings

The list_players endpoint returns 100 players per page, filterable by starting_letter and by region (region ID or 3-letter country code). Each record includes player_id, player_name, and country. Passing that player_id to get_player yields a full profile: total_cashes, best_live_cash, born, residence, nationality, and up to 50 recent tournament results with event_name, place, prize, and event_id. For deeper analysis, get_player_rankings returns the player's position across all ranking lists — yearly money lists, all-time lists, circuit-specific lists, and WSOP standings — without the 50-result cap on get_player.

Venues and Festivals

list_venues pages through venues alphabetically (20 per page) and accepts starting_letter and region filters. Each venue object returns a venue_id, name, country, location, and url_path slug. Pass that slug to get_venue for address, telephone, email, and website fields, or to list_venue_recurring_festivals for a venue's full history of recurring festivals split into running_count, upcoming_count, and past_count. Festival details — including each scheduled event's date, event_name, winner, and notes — come from get_festival_schedule using the festival_id from either list_events or list_venue_recurring_festivals.

Events and Results

list_events returns tournaments scheduled within a given week, identified by a date parameter in ISO format. The next_week_date field in the response drives week-by-week pagination. Filtering by region and expanding scope with the weeks parameter (1–10) narrows or broadens the result set. get_event returns full results for a single tournament: entries, prize_pool, and a results array with each finisher's place, player_name, optional player_id, prize, and prize_usd.

Rankings and Database Stats

list_rankings returns all ranking categories with their top 5 players, and accepts optional filters for year, venue, circuit, and country. Circuit codes (e.g. WSOP, WPT, 888) come from list_circuits. get_ranking paginates the full ranked list at 100 players per page, returning each player's rank, value, and player_id. get_database_stats returns the three headline counts — total players, events, and results — directly from the database homepage.

Reliability & maintenanceVerified

The Thehendonmob API is a managed, monitored endpoint for pokerdb.thehendonmob.com — not a raw scraper you maintain. Every endpoint is automatically health-checked on a schedule, and when pokerdb.thehendonmob.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 pokerdb.thehendonmob.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
2d ago
Latest check
14/14 endpoints 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 player career tracker showing total cashes, best live cash, and recent results by player ID
  • Aggregate venue contact info (address, phone, website) for a regional poker room directory
  • Monitor upcoming festival schedules week-by-week using list_events with next_week_date pagination
  • Construct yearly money-list leaderboards by filtering list_rankings by year and circuit code
  • Track a venue's complete tournament history using list_venue_recurring_festivals with running, upcoming, and past counts
  • Compare player rankings across WSOP, WPT, and circuit-specific lists via get_player_rankings
  • Display prize pool breakdowns and full finishing orders for specific events using get_event results
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 Hendon Mob have an official developer API?+
No. The Hendon Mob Poker Database at pokerdb.thehendonmob.com does not publish an official developer API or documented data access program.
What does get_player return compared to get_player_rankings?+
get_player returns a full profile including career stats and up to 50 most recent tournament results, plus a rankings array. get_player_rankings returns only rankings data but covers every ranking list on record — yearly money lists, all-time lists, circuit-specific, and WSOP standings — without truncation. Use get_player_rankings when you need the complete ranking picture without the result payload.
How does pagination work for list_events?+
list_events is paginated by week rather than by page number. Each response includes a next_week_date field (ISO date string) and a has_next_week boolean. Pass next_week_date as the date parameter in your next call to advance one week. The weeks parameter (1–10) controls how many weeks of events are returned in a single response.
Are cash game listings or side-game schedules included?+
No. The API covers tournament events, festival schedules, player tournament results, and venue metadata. Cash game listings and side-game schedules are not part of the data currently returned. You can fork this API on Parse and revise it to add an endpoint targeting that data if it exists on the source site.
Do all event results include prize amounts in USD?+
Not always. The get_event results array includes both prize (local currency) and prize_usd fields, but either may be empty if the source does not list them. entries and prize_pool at the event level are also empty strings when not recorded. Data completeness varies by event age and region.
Page content last updated . Spec covers 16 endpoints from pokerdb.thehendonmob.com.
Related APIs in SportsSee all →
thehendonmob.com API
Search for poker players and view their profiles, tournament results, and statistics from The Hendon Mob's comprehensive database. Stay updated on trending players and the latest poker news all in one place.
europeantour.com API
Track detailed hole-by-hole scorecards and round-by-round statistics for DP World Tour players to analyze performance across European Tour tournaments. Monitor individual player scores, course difficulty, and scoring patterns to gain insights into competitive golf results.
data.fei.org API
Search and explore detailed information about international equestrian sports, including horses, riders, competition results, rankings, and show schedules from the FEI database. Look up specific athletes and horses, browse upcoming events by venue, and track performance across national federations.
fanduel.com API
Access real-time betting odds and lines from FanDuel Sportsbook across all sports and competitions, including spreads, moneylines, totals, and player props for upcoming and live events. Search and browse complete market boards to compare betting options and stay updated on current sportsbook pricing.
sofascore.com API
Access head-to-head statistics and streaks for sporting events across a wide range of sports. Retrieve daily scheduled events, detailed H2H metrics (win rates, unbeaten records, draw rates, manager duels), and event fun facts. Filter and rank H2H streak metrics by configurable percentage thresholds to identify historically consistent patterns between any two teams.
cardplayer.com API
Calculate poker odds, compare hand matchups, and access real-time tournament schedules and player profiles from Card Player. Search poker news articles, view detailed hand analysis, and research player statistics all in one place.
whoscored.com API
Search for players and teams, then dive deep into their performance metrics, match statistics, and detailed passing data to analyze football games and player abilities. Get comprehensive insights on team performance, individual player stats, and play-by-play event information to power your football analysis and decision-making.
matchroompool.com API
Access professional pool event schedules, player profiles, rankings, and real-time match updates from Matchroom Pool. Retrieve news articles and detailed tournament information across World Nineball Tour events.