...
Endpoint | Method | Input Data | Sample Request Body |
---|---|---|---|
/api/live/v1/timeline/{eventid} | GET |
| /api/v1/fixturestimeline/{1317183535142} |
Response Attributes
NAME | DESCRIPTION |
---|---|
timestamp | The date & time of when the message was created (UTC) |
event_id | The ID of the event |
sport id | The ID of the sport |
sport name | The name of the sport |
category id | The ID of the category |
category name | The name of the category |
tournament id | The ID of the tournament |
tournament name | The name of the tournament |
competitor id | The ID of the competitor |
competitor name | The name of the competitor |
competitor type | The position of the competitor (this should be used to determine home and away) |
reference id | The mapping id for a particular FeedProvider/Bookmaker |
reference name | The name of the FeedProvider/Bookmaker mapping id |
reference type | The entity of the FeedProvider/Bookmaker mapping id |
1_score | The score of the home/type1 team |
2_score | The score of the away/type2 team |
match_status_id | The id for the status of the match |
score_status_id | The id for the type of Score |
...