Returns upcoming race events within the requested time window, optionally filtered by racing category.
X-API-Key
1 credit
curl 'https://api.puntersedge.online/v1/racing/events' \
-H 'X-API-Key: YOUR_KEY'
| Name | In | Type | Required | Description |
|---|---|---|---|---|
hours_ahead |
query | integer | no | |
categories |
query | string | no | |
country |
query | string | no | ISO country codes, comma-separated (e.g. AU). Omit for every country. |
Status codes: 200, 401, 402, 422, 429, 500. Response bodies are JSON; the full schema is in /openapi.json.
GET /v1/racing/best-odds — Best racing price per runner across booksGET /v1/racing/movers — Racing steamers and driftersGET /v1/racing/next-to-go — Next races to runGET /v1/racing/price-history — Racing price history / closing lineGET /v1/racing/results — Settled race resultsThe free tier needs no credit card, and the sandbox endpoints need no key at all.
Get a free API key Quickstart