Resource information
URL | https://api.softnetsportstatscore.com/v2/livescore | XSDhttps://api.softnetsport.com/assets/API/docs/xsd/livescore.index.xsd | |
---|---|---|---|
Method | GET | ||
Description | This resource is included in the LIVESCORE packageReturns LIVE events related to competitions, seasons, stages and groups | Package | |
Cache | 30 seconds | ||
Authorization required | Yes |
...
Name | Type | Description |
---|---|---|
There are no method parameters in this resource |
Query parameters
Name | Type | Description | |
---|---|---|---|
token | xsd:string | REQUIRED. More There is more information concerning oAuth token: oAuth 2.0 authorization authorization in the API introduction section | |
lang | xsd:string | Determines the language for the output data. softnetSPORT API provides the following languages: The complete list of possible languages can be retrieved using the API resource: languages.index | |
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 100is 50. Possible values: 5, 10, 25, 50, 100, 250, 500 | |
date_from | xsd:string | Selection datetime, format 'yyyy-mm-dd hh:mm:ss'. Date from which events should be returned. If you use a single date_from parameter you will receive all events that start in the 24 hours from requested date | |
date_to | xsd:string | Selection datetime, format 'yyyy-mm-dd hh:mm:ss'. End date of returned events. The maximum period beetwen date_from and date_to parameter is 30 days. This rule is not valid when you use the following query parameter in your request: season_id, stage_id, group_id, participant_id | |
sport_id | xsd:int | Determines the sport identifier in which the events are played. softnetSPORT API provides the following sports: . Possibility to input multiple identifiers, separated by comma. The complete list of possible sports can be retrieved using the API resource: sports.index | |
area_id | xsd:int | Determines the area identifier in which the events are played. softnetSPORT API provides the following sports: Possibility to input multiple identifiers, separated by comma. The complete list of possible areas can be retrieved using the API resource: areas.index | |
competition_id | xsd:int | Determines the competition identifier in which the events are played. softnetSPORT API provides the following sports: . Possibility to input multiple identifiers, separated by comma. The complete list of possible competitions can be retrieved using the API resource: competitions.index | |
season_id | xsd:int | Determines the season identifier in which the events are played. softnetSPORT API provides the following sports: The complete list of possible seasons can be retrieved using the API resource: seasons.index | |
stage_id | xsd:int | Determines the stage identifier in which the events are played. softnetSPORT API provides the following sports: . Possibility to input multiple identifiers, separated by comma. The complete list of possible stages can be retrieved using the API resource: stages.index | |
group_id | xsd:int | Determines the group identifier in which the events are played. softnetSPORT API provides the following sports: Possibility to input multiple identifiers, separated by comma. The complete list of possible groups can be retrieved using the API resource: groups.index | |
participant_id | xsd:int | Determines the identifier of the participant. softnetSPORT API provides the following statuses: The complete list of possible participants can be retrieved using the API resource: participants.index | |
eventsmulti_detailsids | xsd:string | Determines if subnodes of events will be visible. Possible values:
| competitions_detailsList of events identifiers separated by a comma (e.g. 123,234,321) for which you want to get the events details. (Up to 100 ids) |
venue_type | xsd:string | ||
.competitions | |||
..competition | |||
id | Unique identifier for the competition | ||
name | Name of the the competition e.g. U19 World Champ | ||
short_name | Shorter name of the competition e.g. U19 WCH, Max 20 characters | ||
mini_name | Mini name of the competition. Max 3 characters in length e.g. U19 | ||
gender | Competition gender. Possible values:
| ||
type | Competitions type. Possible values:
| ||
area_id | Unique identifier for the area in which competitions are played. softnetSPORT API provides the following areas: areas.index | ||
area_name | Name of area in which competitions are played | ||
area_type | Type of area in which competitions are played. Possible values:
| ||
area_sort | The parameter used to sort competitions in a country, e.g. Premier League is 1st and the Championship is 2nd in English competitions. Sorting direction is ascending | ||
area_code | Max 3 characters in length for the area in which competitions are played | ||
overall_sort | The parameter used to sort competitions. Sorting direction is ascending | ||
sport_id | Unique identifier for the sport in which competition is played. softnetSPORT API provides the following sports: sports.index | ||
sport_name | Name of the sport in which competition is played | ||
tour_id | Unique identifier for the tour in which competition is played. softnetSPORT API provides the following tours: tours.index | ||
tour_name | Name of the tour in which competition is played | ||
ut | Information about the date and time of when the competition record was last updated. Format UNIX_TIMESTAMP | ||
old_competition_id | deprecated. The attribute will be removed in the next API version | ||
slug | friendly url for competition | ||
...seasons | |||
....season | |||
id | Unique identifier for the season | ||
name | Name of the season e.g. Premiership 2014/15 | ||
year | Determines the season year e.g.
| ||
ut | Information about the date and time of when the season record was last updated. Format UNIX_TIMESTAMP | ||
old_season_id | deprecated. The attribute will be removed in the next API version | ||
.....stages | |||
.....stage | |||
id | Unique identifier for the stage | ||
name | Name of the stage | ||
start_date | Date when stage begins. Format YYYY-MM-DD | ||
end_date | Date when stage ends. Format YYYY-MM-DD | ||
show_standings | Determines if the stage contains standings. Possible values:
| ||
groups_nr | The number of groups that are part of the stage | ||
sort | The sort order for the stage. Sorting direction is ascending | ||
is_current | Possible values:
| ||
ut | Information about the date and time of when the stage record was last updated. Format UNIX_TIMESTAMP | ||
old_stage_id | deprecated. The attribute will be removed in the next API version | ||
......groups | |||
......group | |||
id | Unique identifier for the group | ||
name | Name of the group | ||
ut | Information about the date and time of when the group record was last updated. Format UNIX_TIMESTAMP | ||
........events | |||
.........event | |||
id | Unique identifier for the event | ||
name | Name of the event e.g. Spain - Italy | ||
start_date | Date when the event starts in format DATE_TIME (2015-03-01 11:02) | ||
ft_only | Determines when the result of the event is updated. Possible values:
| ||
coverage_type | Determines if parent nodes of events will be visibleAdditional parameter for participant filter. Works only when participant_id query is used. Determines if the provided participant plays as the home or away team.
| ||
tz | xsd:string | Determines timezone for the output data. softnetSPORT API provides the following timezones: timezones |
Method calling examples
Link | Description |
---|---|
https://api.softnetsport.com/v2/livescore.xml?token={{YOUR_TOKEN}} | Returns a list of all in progress (live) events in XML format |
https://api.softnetsport.com/v2/livescore?token={{YOUR_TOKEN}} | Returns a list of all in progress (live) events in JSON format |
Output elements
...
| |||||
sort_type | xsd:string | Determines sort order of data. Possible values:
| |||
sort_order | xsd:string | Additional parameter for sort_type which determines the direction of sorting (ascending, descending)
| |||
status_id | xsd:string | Determines the identifier of the event status. The complete list of possible statuses can be retrieved using the API resource: statuses.index | |||
status_type | xsd:string | Determines the identifier of the status type. Can be comma separated string. Possible values: Possible values:
| |||
coverage_type | xsd:string | Determines coverage type. Possible values:
| |||
scoutsfeed | Information concerning scouts coverage.xsd:string | Possible values:
| |||
status_id | Unique identifier for the event status. softnetSPORT API provides the following statuses: statuses.index | ||||
status_name | Name of the event status | ||||
status_type | Type of the status
| ||||
latency | xsd:string | Information about the expected latency. Possible values:
| |||
event_stats_lvl | xsd:string | Information about the statistics level. Possible values: | live
| scheduled
| finished
|
clock_time | How many seconds have passed in the current event period. Possible empty value | ||||
clock_status | Clock status. Possible value:
| ||||
winner_id | Who is the winner of the match | ||||
progress_id | Who advanced to the next round | ||||
day | Day of the season | ||||
neutral_venue | Determines if event is played at a neutral venue
| ||||
event_stats_lvl_live | xsd:string | Information about expected statistics level when the match is LIVE. Possible values:
| |||
event_stats_lvl_after | xsd:string | Information about expected statistics level after the end of the match. Possible values:
| |||
events_details | xsd:string | Determines if subnodes of events will be visible. Possible values:
| |||
competitions_details | xsd:string | Determines if parent nodes of events will be visible. Possible values:
| |||
item_status | xsd:string | Describes the status of for the item (record). Possible values:
| |||
ut | Information about the date and time of when the event record was last updated. Format UNIX_TIMESTAMP | ||||
old_event_id | deprecated. The attribute will be removed in the next API version | ||||
slug | friendly url for event | ||||
.........details | additional information related to event | ||||
---|---|---|---|---|---|
..........detail | |||||
id | Unique identifier for the detail | ||||
name | Name of the detail. Possible values are different depending on the sport. For more information please find node details in the sports.show: sports.show | ||||
value | Value related to the detail | ||||
.........participants | |||||
..........participant | |||||
counter | Number of participants in the event. Participant with counter="1" is the home team. | ||||
id | Unique identifier of the participant | ||||
type | Participant type. Possible values:
| ||||
name | Participants name | ||||
short_name | Participants abbreviated name, max length: 20 characters | ||||
acronym | Max 3 characters in length mini name e.g. BAR, REA | ||||
gender | Participant gender. Possible value:
| ||||
area_id | Unique identifier for the area represented by the participant. softnetSPORT API provides the following areas: areas.index | ||||
area_name | Area name represented by the participant | ||||
area_code | Max 3 characters in length for the abbreviated area name e.g. GER, POL, FRA | ||||
sport_id | Unique identifier for the sport in which the participant takes part. softnetSPORT API provides the following sports: sports.index | ||||
sport_name | Name of the sport in which the participant takes part | ||||
national | Determines if participant is a national team. Possible values:
| ||||
website | Participants official website | ||||
ut | Information about the date and time of when the record was last updated. Format UNIX_TIMESTAMP | ||||
old_participant_id | deprecated. The attribute will be deprecated in next API version | ||||
slug | friendly url for participant | ||||
logo | Attribute for internal purposes | ||||
...........results | |||||
............result | |||||
id | Unique identifier for the result | ||||
name | Name of the result. Possible values are different depending on the sport. For more information please find node details in the sports.show: sports.show | ||||
value | Value related to the result | ||||
...........stats | |||||
............stat | |||||
id | Unique identifier for the statistic | ||||
name | Name of the statistic. Possible values are different depending on the sport. For more information please find node details in the sports.show: sports.show | ||||
value | Value related to the statistic |
verified_result | xsd:string | Possible value:
|
product | xsd:string | Possible values:
Required with booked. |
booked | xsd:string | Possible value:
Required with product. |
tz | xsd:string | Determines timezone for the output data. The complete list of possible time zones is included in the API introduction section |
timestamp | xsd:unix_timestamp | Selection date, format UNIX_TIMESTAMP. Only changes in events that occurred or were updated after this timestamp will be returned. |
Method calling examples
Link | Description |
---|---|
https://api.statscore.com/v2/livescore?token={{YOUR_TOKEN}} | Returns a list of all in progress (live) events in JSON format |
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|