...
Message structure
.message | ||
---|---|---|
id | Unique identifier for the message | |
type | event | |
source | Internal attribute, please dont use this attribute | |
ut | Information about the date and time of when the message was created. Format UNIX_TIMESTAMP. | |
..data | ||
...event | ||
id | Identifier of the event | |
action | Describes type of operation for the event. Possible values:
| |
start_date | Start date for the event in format: YYYY-MM-DD hh:mm | |
name | Name of the event | |
ft_only | Determines if only the full time result/score of the event is given. Possible values:
| |
coverage_type | Type of event coverage. Possible values:
| |
status_id | Unique identifier of the event status. The list of available statuses you can find in API service method: statuses.index | |
sport_id | Identifier for the sport in which the event is played. The list of available sports you can find in API service method: sports.index | |
round_name | Unique identifier for the round in which event is played. The list of available rounds you can find in API service method: rounds.index. Possible null value | |
round_id | Name of the round. Possible null value. | |
day | Day of the season. This attribute is deprecated and will no longer used | |
neutral_venue | Determines if event is played at a neutral venue. Possible values:
| |
item_status | Describes status for the item (record). Possible values:
| |
clock_time | Number of seconds that have passed in the current period | |
clock_status | Clock status. Possible value:
| |
area_id | Identifier for the area in which the competitions are played | |
competition_id | Unique identifier for the competition. The list of available competitions you can find in API service method: competitions.index | |
season_id | Unique identifier for the season. | |
stage_id | Unique identifier for the stage | |
tour_id | Unique identifier for the tour in which a competition is played. sThe list of available competitions you can find in API service method: tours.index | |
gender | Competition gender. Possible values:
| |
bet_status | Bet status. Possible values:
| |
....details | ||
id | Unique identifier for the event details e.g: 1st quarter start time, length of the period. Possible values are different depending on the sport. | |
value | Value related to the event detail | |
....participants | ||
counter | Number of participants in the event. Participant with counter="1" is the home team, "2" is the away team | |
id | Unique identifier of the participant. The list of available participants you can find in API service method: participants.index | |
.....results | ||
id | Unique identifier for the result. Possible values are different depending on the sport. For more information please find node details in the sports.show API method | |
value | Value related to the results | |
.....stats | ||
id | Unique identifier for the statistic. Possible values are different depending on the sport. For more information please find node details in the sports.show API method | |
value | Value related to the statistic |