Skip to main content

GET /api/bookmakers

Returns all bookmakers that have odds scraped within the last 10 minutes. Use the name field as the bookmaker filter on /api/odds, /api/events, and /api/value-bets.

Query Parameters

Response

Response Fields

Active Bookmakers

Notes

  • Only bookmakers with scrapes in the last 10 minutes appear. Use GET /api/health (internal) to see all scrapers’ staleness.
  • odds_count reflects the number of individual odds lines (one row per selection), not the number of events.
  • Cache TTL: 60 seconds.

Code Examples