Resource information
softnetsportXSDhttps://api.softnetsport.com/assets/API/docs/xsd/participants.show.xsd | Method | GET |
---|
Description | Returns a single participants information |
---|
Package | This resource is included in the SCOUTSFEED, LIVESCORE and STATISTICS packages |
---|
Cache | 60 seconds |
---|
Authorization required | Yes |
---|
Method parameters
Name | Data type | Description |
---|
participant_id | xsd:int | REQUIRED. The requested participant identifier
|
Query parameters
Name | Data type | Description |
---|
token | xsd:string | REQUIRED. |
More More information concerning |
oAuth token: oAuth 2.0 authorization authorization in API introduction section |
lang | xsd:string | Determines language for the output data |
. softnetSPORT API provides the following languages: languages.index
Method calling examples
softnetsport.xml the single participant: FC Barcelona in XML formathttps://api.softnetsport.com/v2/participants/136928?token={{YOUR_TOKEN}} | Returns detailed data for the a single participant: FC Barcelona in JSON format |
Output elements
...
| |
---|
id | Unique identifier for the |
---|
participants > participant |
---|
type type. Possible values:name nameshort_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: - male
- female
- mixed (e.g for doubles in tennis)
|
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 of the abbreviated area name e.g. GER, POL, FRA |
sport_id | Unique identifier for the sport in which participant takes part. softnetSPORT API provides the following sports: sports.index |
sport_name | Name of the sport in which participant takes part |
national | Determines if participant is 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 removed in next API version |
slug | friendly url for participant |
logo | Attribute for internal purposes |
..details | |
---|
|
participants > participant > details |
---|
participants > participant > details > detail |
---|
founded | Date when the team was founded | phone | Phone number | email | Email address | address |
|
Addres Address where the team is located | venue_id | Unique identifier for the venue in which the team plays home games | venue_name | Name of the venue in which the team plays home games | weight | Participants weight | height | Participants height | nickname | Participants nickname | position_name | Name of the |
|
participants participants position | position_id | Unique identifier of the participants position | birthdate | Participants |
|
birthdatedate of birth | born_place | Participants |
|
date birhtbirth | is_retired | Determines if participant has retired. Possible values: | subtype | Participant subtype name. Possible values: - athlete
- coach
- referee
- director
|
|
|
participants > participant > venues |
participants > participant > venues > venue |
id | Unique identifier for the season. | name | Name of the season e.g. Premiership 2014/15 | short_name | Short name of the venue | country | Country in which the venue is place | status | Status of the venue | url | Url of the venue's website | city | City in which the venue is place | lat | Latitude of the venue | lng | Longitude of the venue | opened | Date when the venue was opened | photo | Photo of the venue | ut | Information about the date and time of when the venue record was last updated. |
|