v2
latestOpenAPI 3.1.02026-07-265966163.8 KBV2 Events
Get event changes since a delta ID
Returns raw JSON delta payloads for events that changed since last_id. Each delta entry is a raw JSON string containing the full event update — the data field is a serialized JSON string, not a parsed object.
The response is wrapped in a meta object containing the delta_last_id cursor for subsequent polling.
get/api/v2/delta
Query parameters
last_idstring required
Delta cursor (36-character UUID). Use 00000000-0000-0000-0000-000000000000 for initial fetch, then pass the delta_last_id from the previous response.
sport_idinteger
Filter by sport ID
affiliate_idsstring
Comma-separated sportsbook/affiliate IDs to filter. Common values include DraftKings (19), FanDuel (23), BetMGM (22), Bovada (2), Pinnacle (3).
Response
Delta updates