Feed API
Getting sport events and their snapshots
Schedule Endpoints
Regular Events Schedule
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
OK
Information about event (sport, country, statuses etc.)
TradeArt event id.
Event name.
Event status representing current status of the match.
0 = Unknown (Event status is unknown)
1 = Planned (Event is planned)
2 = SoonInPlay (Event is almost started)
3 = Live (Event is in play)
4 = Completed (Event finished)
5 = Cancelled (Event is cancelled)
6 = CoverageLost (Lost updates from provider)
7 = Closed (Event closed end will not be reopened)
8 = Suspended (Event suspended and might be re opened)
9 = Postponed (Event postponed)
10 = Abandoned (Event abandoned)
Status of event
0 = Unknown (Event status is unknown)
1 = Planned (Event is planned)
2 = SoonInPlay (Event is almost started)
3 = Live (Event is in play)
4 = Completed (Event finished)
5 = Cancelled (Event is cancelled)
6 = CoverageLost (Lost updates from provider)
7 = Closed (Event closed end will not be reopened)
8 = Suspended (Event suspended and might be re opened)
9 = Postponed (Event postponed)
10 = Abandoned (Event abandoned)
Status of trading for the event showing how it should be processed.
0 = Open (Trading is active)
1 = Suspended (Trading is suspended)
2 = Closed (Trading is stopped)
3 = Inactive (Trading is not configured)
Status of trading
0 = Open (Trading is active)
1 = Suspended (Trading is suspended)
2 = Closed (Trading is stopped)
3 = Inactive (Trading is not configured)
Free text event status description (optional).
Start time of the event. Can be null.
Flag which indicates that event is outright.
Indicates whether this selection can be used in Bet Builder
Bad Request
Unauthorized
Forbidden
Too many requests
Internal Server Error
Outrights Endpoint
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
OK
Information about event (sport, country, statuses etc.)
TradeArt event id.
Event name.
Event status representing current status of the match.
0 = Unknown (Event status is unknown)
1 = Planned (Event is planned)
2 = SoonInPlay (Event is almost started)
3 = Live (Event is in play)
4 = Completed (Event finished)
5 = Cancelled (Event is cancelled)
6 = CoverageLost (Lost updates from provider)
7 = Closed (Event closed end will not be reopened)
8 = Suspended (Event suspended and might be re opened)
9 = Postponed (Event postponed)
10 = Abandoned (Event abandoned)
Status of event
0 = Unknown (Event status is unknown)
1 = Planned (Event is planned)
2 = SoonInPlay (Event is almost started)
3 = Live (Event is in play)
4 = Completed (Event finished)
5 = Cancelled (Event is cancelled)
6 = CoverageLost (Lost updates from provider)
7 = Closed (Event closed end will not be reopened)
8 = Suspended (Event suspended and might be re opened)
9 = Postponed (Event postponed)
10 = Abandoned (Event abandoned)
Status of trading for the event showing how it should be processed.
0 = Open (Trading is active)
1 = Suspended (Trading is suspended)
2 = Closed (Trading is stopped)
3 = Inactive (Trading is not configured)
Status of trading
0 = Open (Trading is active)
1 = Suspended (Trading is suspended)
2 = Closed (Trading is stopped)
3 = Inactive (Trading is not configured)
Free text event status description (optional).
Start time of the event. Can be null.
Flag which indicates that event is outright.
Indicates whether this selection can be used in Bet Builder
Bad Request
Unauthorized
Forbidden
Too many requests
Internal Server Error
Event snapshot endpoint
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
TradeArt event id.
OK
Full snapshot of event data
Type of delta
0 = None (Delta type is invalid)
1 = EventStatusChanged (Event status or trading status changed)
2 = EventChanged (Event added / Event info changed)
3 = MarketChanged (Market added / Odds changed)
4 = ScoreboardChanged (Score changed)
5 = BetCancel (Bets canceled)
6 = EventSnapshot (Event snapshot delta)
7 = MarketsChanged (Markets added / Odds changed)
Known types of deltas
0 = None (Delta type is invalid)
1 = EventStatusChanged (Event status or trading status changed)
2 = EventChanged (Event added / Event info changed)
3 = MarketChanged (Market added / Odds changed)
4 = ScoreboardChanged (Score changed)
5 = BetCancel (Bets canceled)
6 = EventSnapshot (Event snapshot delta)
7 = MarketsChanged (Markets added / Odds changed)
Id of changed event
Version of feed state
Correlation id of the message to trace back.
Captures the timestamp the dto was created.
Id of the Sport
Id of the Location
Id of the League
Event delta sequence. Incremented with each sent delta.
Event update time. Incremented with each valuable update.
Unauthorized
Forbidden
Not Found
Gone
Too many requests
Internal Server Error
Last updated