...
Link | Description |
---|---|
https://api.softnetsport.com/v2/events/1877031/incidents?username=softnetsport&incidents=410,413&limit=5 | Returns a list of event incidents. |
Output elements
.event_incidents | Data type | Description |
---|---|---|
..incident | ||
event_id | xsd:int | REQUIRED. The requested event identifier |
token | xsd:string | REQUIRED. More information concerning authorization in API introduction section |
incident | xsd:array | REQUIRED. Array with incident parameters |
incident |
_id |
xsd:int | REQUIRED. Incident id in data.sports.incidents node for event from resourcesports.show |
participant_id |
xsd:int | Participant id |
participant_team_id |
xsd:int | Participant team id |
participant_name |
xsd:string | Participant name. |
status_id |
xsd:int | Status id in data.sports.statuses node for event from resource sports.show |
minute |
xsd:int | Incident time minute |
second |
xsd:int | Incident time second |
home_score |
xsd:int | Home Score |
away_score |
xsd:int | Away Score |
home_score1 |
xsd:int | Home Score 1 |
away_score1 |
xsd:int | Away Score 1 |
home_score2 |
xsd:int | Home Score 2 |
away_score2 |
xsd:int | Away Score 2 |
add_data |
xsd:string | Custom information |
display_info |
xsd:string | Label for incidents |
old_added_id |
xsd:int | DEPRECATED. Old Id |
// TODO : DOKOŃCZYĆ