API reference / Racing
DELETE /v1/racing/horses/backfill/{job_id}Cancel the horses a job has not collected yet
Drops this job's queued rows. Delivered horses stay collectable, and nothing already billed is re-billed.
X-API-Key
free
curl -X DELETE 'https://api.puntersedge.online/v1/racing/horses/backfill/YOUR_JOB_ID' \
-H 'X-API-Key: YOUR_KEY'
| Name | In | Type | Required | Description |
|---|---|---|---|---|
job_id |
path | string | yes |
Status codes: 200, 401, 402, 422, 429, 500. Response bodies are JSON; the full schema is in /openapi.json.
200 application/json
— this call costs free.
Field names and types are as the API returns them; values are a real sample, trimmed to a few items.
{
"job_id": "bf_20260907_3a9c1e",
"cancelled": 17
}
GET /v1/racing/acceptances — Full-day AU thoroughbred acceptance card: every meeting, race and runnerGET /v1/racing/best-odds — Best racing price per runner across booksGET /v1/racing/changes — Races and prices that changed since a timestampGET /v1/racing/events — Upcoming race listGET /v1/racing/greyhounds/form — Greyhound form history for one dogGET /v1/racing/greyhounds/stats — Greyhound record by track, distance, box or gradePOST /v1/racing/horses/backfill — Queue a batch of horses for paced form collectionGET /v1/racing/horses/backfill/{job_id} — Progress of a backfill jobThe free tier needs no credit card, and the sandbox endpoints need no key at all.
Get a free API key Quickstart