TipsterPy Races

Public base for links: https://tipster-api.pluxinfosystems.com (TIPSTER_PUBLIC_BASE_URL, else TIPSTER_BASE_URL). Example date: 2026-09-27.

Health & utilities

DescriptionFull URL
Health check (JSON) https://tipster-api.pluxinfosystems.com/healthz
check_scrape_status https://tipster-api.pluxinfosystems.com/check_scrape_status

HTML pages

DescriptionFull URL
This index https://tipster-api.pluxinfosystems.com/
Results hub https://tipster-api.pluxinfosystems.com/result

Saved JSON (no live scrape; API only)

DescriptionFull URL
Racecards JSON https://tipster-api.pluxinfosystems.com/races/2026-09-27.json
Results JSON https://tipster-api.pluxinfosystems.com/results/2026-09-27.json

Racecards API (scrape / cache → JSON or HTML)

DescriptionFull URL
GET racecards JSON (cached or scrape) https://tipster-api.pluxinfosystems.com/races/2026-09-27?format=json
GET racecards JSON (force re-scrape) https://tipster-api.pluxinfosystems.com/races/2026-09-27?force=1&format=json
GET racecards HTML page https://tipster-api.pluxinfosystems.com/races/2026-09-27
GET /races?date= (query form) https://tipster-api.pluxinfosystems.com/races?date=2026-09-27

Results API (scrape / cache → JSON or HTML)

DescriptionFull URL
GET results JSON (canonical) https://tipster-api.pluxinfosystems.com/results/2026-09-27?format=json
GET results JSON (force re-scrape) https://tipster-api.pluxinfosystems.com/results/2026-09-27?force=1&format=json
GET results HTML page https://tipster-api.pluxinfosystems.com/results/2026-09-27
GET results JSON (alias /result/races) https://tipster-api.pluxinfosystems.com/result/races/2026-09-27?format=json
GET /result/races?date= (query form) https://tipster-api.pluxinfosystems.com/result/races?date=2026-09-27

Abandon

DescriptionFull URL
Abandon view (JSON) https://tipster-api.pluxinfosystems.com/race_result_abandon_view?date=2026-09-27&format=json
Abandon scrape (POST body date=) https://tipster-api.pluxinfosystems.com/race_result_abandon_scrape

Scrape / API run logs (by date)

DescriptionFull URL
Combined log for example date (HTML) https://tipster-api.pluxinfosystems.com/logs/2026-09-27
Same log (plain text) https://tipster-api.pluxinfosystems.com/logs/2026-09-27?format=txt

Legacy JSON (301 redirect)

These redirect to the saved JSON URLs above. Use curl -L if you need the body in one hop.

DescriptionFull URL
Old racecards path → /races/…json https://tipster-api.pluxinfosystems.com/data/2026-09-27.json
Old results path → /results/…json https://tipster-api.pluxinfosystems.com/result_data/2026-09-27.json
Old app path → /results/…json https://tipster-api.pluxinfosystems.com/app/result_data/2026-09-27.json