Resource information
URL | https://api.softnetsport.com/v2/feed |
---|---|
XSD | https://api.softnetsport.com/assets/API/docs/xsd/feed.index.xsd |
Method | GET |
Description | Returns incidents generated by the scouts for all the events from last 24 hours |
Package | This resource is included in the SCOUTSFEED package |
Cache | 0 seconds |
Authorization required | Yes |
Method parameters
Name | Type | Description |
---|---|---|
There are not method parameters in this resource |
Query parameters
Name | Type | Description |
---|---|---|
token | xsd:string | REQUIRED. More information concerning oAuth token: oAuth 2.0 authorization |
page | xsd:int | Determines offset of paginated data. Default value is 1 which means first page. |
limit | xsd:int | Determines maximum number of returned records on page. Used in paginated data. Default value is 50. Possible values: 5, 10, 25, 50, 100, 250, 500 |
timestamp | xsd:unix_timestamp | Selection date, format UNIX_TIMESTAMP. Only incidents which occured or was updated after this timestamp will be returned. By default (if no parameter given) incidents from last 24 hours. |
timestamp_to | xsd:unix_timestamp | Selection date, format UNIX_TIMESTAMP. Only incidents occured before this timestamp will be returned. |
important_for_trader | xsd:string | Determines type of incidents (if is important for trader). By default all types are included.
|
sport_id | xsd:int | Identifier of the sport. Allows to filter incidents for the selected sport. softnetSPORT API provides the following sports: sports.index |
Method calling examples
Link | Description |
---|---|
https://api.softnetsport.com/v2/feed.xml?token={{YOUR_TOKEN}} | Returns all event's incidents from last 24 hours in XML format |
https://api.softnetsport.com/v2/feed?token={{YOUR_TOKEN}} | Returns all event's incidents from last 24 hours in JSON format |
https://api.softnetsport.com/v2/feed.xml?token={{YOUR_TOKEN}}&sport_id=1 | Returns all events's incidents from last 24 hours in basketball events |
Output elements
.messages | |
---|---|
...message | |
id | Unique identifier of the incident occured in the event |
type | Possible value:
|
source | |
ut | |
...data | |
...incident | node available only if message type |
id | |
incident_id | Identifier of the incident. softnetSPORT API provides the following incidents: incidents.index |
incident_name | |
participant_id | |
participant_name | Participant (player, team or coach) name related to incident |
subparticipant_id | |
subparticipant_name | |
info | Internal attribute, please dont use this attribute |
add_data | Internal attribute, please dont use this attribute |
show_popup | Internal attribute, please dont use this attribute |
show_scores | Internal attribute, please dont use this attribute |
show_time | Internal attribute, please dont use this attribute |
show_action | Internal attribute, please dont use this attribute |
show_on_timeline | Internal attribute, please dont use this attribute |
action | Describes type of scout operation on the incident. Possible values:
|
ut | Information about date and time when record was last updated. Format UNIX_TIMESTAMP. UTC timezone. |
....event | |
id | Identifier of the event |
name | Name of the event |
start_date | Start date for the event in format: YYYY-MM-DD hh:mm |
ft_only | |
coverage_type | |
scoutsfeed | |
status_id | |
status_name | Name of the current event status |
status_type | |
sport_id | Identifier of the sport which the event is played. softnetSPORT API provides the following sports: sports.index |
sport_name | |
day | |
neutral_venue | |
item_status | |
clock_time | Number of seconds passed in current period |
clock_status | |
result | |
area_name | |
competition_id | |
competition_short_name | |
season_id | |
season_name | |
stage_id | |
stage_name | |
tour_name | |
tour_id | |
gender | |
bet_status | |
ut | |
details | |
id | |
value | |
participants | |
counter | |
id | |
name | |
short_name | |
acronym | |
area_id | |
area_name | |
area_code | |
ut | |
results | |
id | |
value | |
stats | |
id | |
value |