API
API overview.
The external Apipunt API exposes subscription-gated tips, source metadata, dates, runner fields, and cross-provider selections for agents.
Live endpoints
GET
/healthPublic service health check.
GET
/v1/sourcesList provider/source families available to the key.
GET
/v1/dates?source=twList dates with tips, optionally filtered by source.
GET
/v1/tips?source=elite&date=YYYY-MM-DDFetch tips for a source and date.
GET
/v1/tips?source=tw&days=10Fetch a rolling date window, up to 60 days.
GET
/v1/runners?date=YYYY-MM-DDFetch field runners for enrichment.
GET
/v1/cross-referenced?date=YYYY-MM-DDFind selections appearing across multiple providers.
curl 'https://api.apipunt.com/v1/tips?source=elite&date=2026-06-06&include_runner=true' \
-H 'X-API-Key: $APIPUNT_KEY'
Agent discovery
Agents should begin with /agents.json, then inspect /openapi.json and /llms.txt for compact route context.