Settled AU/NZ race results — finishing order with the bookmaker's own settled fixed prices, plus scratchings and their deductions. `status` is `interim` until the placings have been stable for 30 minutes, then `final`. Settle only against `final`: an interim placing can still change on protest. `race_id` joins a result to /v1/racing/price-history, and to /v1/racing/next-to-go while the race was still open — use it rather than matching on venue + race number + start time. `dividends` carries the declared win/place dividends per placegetter per product and the exotic dividends (quinella, exacta, trifecta, first four), each as a return on a $1 stake. Exotics are declared a few minutes after the placings, so they land on a later poll than the result itself — see the field description for the full shape. **Coverage:** results collection began 2026-08-15, so `hours_back` cannot reach further than that no matter what you pass. Every row carries `coverage_from`, the earliest result currently retained, so an empty window is distinguishable from an unsupported one.
X-API-Key
2 credits
curl 'https://api.puntersedge.online/v1/racing/results' \
-H 'X-API-Key: YOUR_KEY'
| Name | In | Type | Required | Description |
|---|---|---|---|---|
hours_back |
query | integer | no | How far back to look, in hours (max 7 days) |
categories |
query | string | no | horse,greyhound,harness or omit for all |
venue |
query | string | no | Case-insensitive venue match, e.g. 'Rosehill' |
status |
query | string | no | Filter to 'final' or 'interim' |
limit |
query | integer | no | |
offset |
query | integer | no |
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/events — Upcoming race listGET /v1/racing/movers — Racing steamers and driftersGET /v1/racing/next-to-go — Next races to runGET /v1/racing/price-history — Racing price history / closing lineThe free tier needs no credit card, and the sandbox endpoints need no key at all.
Get a free API key Quickstart