18+ Only  |  Gambling can be addictive — please gamble responsibly  |  Gambling Help: 1800 858 858  |  GambleAware

API reference / Racing

GET /v1/racing/horses/backfill/{job_id}

Progress of a backfill job

Poll as often as your rate limit allows. `credits_blocked` is the one field worth watching: the worker bills 3 credits per horse as it delivers it, and when your balance drops below that it stops taking rows for your key and leaves them queued. Nothing is lost — collection resumes when your credits reset on the 1st, or immediately if you upgrade.

Requires X-API-Key free

Request

curl 'https://api.puntersedge.online/v1/racing/horses/backfill/YOUR_JOB_ID' \
  -H 'X-API-Key: YOUR_KEY'

Parameters

NameIn TypeRequired Description
job_id path string yes

Responses

Status codes: 200, 401, 402, 422, 429, 500. Response bodies are JSON; the full schema is in /openapi.json.

Example response

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",
  "submitted_at": "2026-09-07T00:52:10Z",
  "total": 38,
  "done": 21,
  "queued": 17,
  "failed": 0,
  "credits_charged": 63,
  "credits_blocked": false,
  "queue_position": 0,
  "estimated_ready": "2026-09-07T01:35:00Z",
  "ready_to_collect": 21
}

Related endpoints

Try it against live data

The free tier needs no credit card, and the sandbox endpoints need no key at all.

Get a free API key Quickstart
This site contains wagering-related analysis and is intended for Australian users aged 18+. Gambling involves risk. Please gamble responsibly.