...
Link | Description |
---|---|
https://api.softnetsport.com/v2/participants.xml?username=softnetsport&sport_id=5 | Returns the list of participants for soccer in XML format |
https://api.softnetsport.com/v2/participants?username=softnetsport&sport_id=5 | Returns the list of participants for soccer in JSON format |
https://api.softnetsport.com/v2/participants?username=softnetsport&sport_id=5&season_id=45 | Returns team participants from soccer Premiera Division for season 2014/2015 |
Output elements
.participant | |||
---|---|---|---|
id | Unique identifier of the participant | ||
type | Participant type. Possible values:
| ||
name | Participant name | ||
short_name | Participant short name, max length: 20 characters | ||
acronym | Max 3 characters length mini name, f.e: BAR, REA | ||
gender | Participant gender. Possible value:
| ||
area_id | Unique identifier of the area represented by the participant. softnetSPORT API provides the following | areaareas: areas.index | |
area_name | Area name | Participant area namerepresented by the participant | |
area_code | Max 3 characters length of the short area name f.e: GER, POL, FRA | ||
sport_id | Unique identifier of the sport in which participant occures. softnetSPORT API provides the following sports: sports.index | ||
areasport_code | Max 3 characters length of the short area namename | Name of the sport in which participant occures | |
national | Determines if participant is national team. Possible values:
| ||
website | Participant official website | .||
ut | Information about date and time when the record was last updated | /created. Format YYYY-MM-DD HH:MM:SS. UTC timezone...details (team) | details for type participant: team. Format UNIX_TIMESTAMP |
old_participant_id | deprecated. The attribute will be deprecated in next API version | ||
..details (person)details for type participant: person | |||
founded | Date when the team was founded | weight | Participant weight |
phone | Date when the team was founded | height | Participant height |
Date when the team was foundednickname | Participant nickname | ||
address | Addres when the team is located | position_name | Name of participant position |
venue_id | Unique identifier of the venue in which team is playing home games | birthdate | Participant birthdate |
venue_name | Name of the venue in which team is playing home games | ||
weight | Participant weight | ||
height | Participant height | ||
nickname | Participant nickname | ||
position_name | Name of the participant position | ||
birthdate | Participant birthdate | ||
born_place | Participant born place | ||
is_retired | Determines if participantparticipant is retired. Possible values:
| ||
subtype | Participant subtype name. Possible values:
| ||
old_participant_id | depracated. The attribute will be removed from the next API version |
...