...
URL | https://api.softnetsport.com/v2/participants/{participant_id} |
---|---|
XSD | |
Method | GET |
Description | Returns the single participant information |
Package | This resource is included in the STATISTICS package |
Authorization required | Yes |
Method parameters
Name | Data type | Description |
---|---|---|
participant_id | xsd:int | REQUIRED. The requested participant identifier |
...
Method calling examples
Link | Description |
---|---|
https://api.softnetsport.com/v2/participants/136928.xml?username=softnetsporttoken={{YOUR_TOKEN}} | Returns detailed data for the single participant: FC Barcelona in XML format |
https://api.softnetsport.com/v2/participants/136928?username=softnetsporttoken={{YOUR_TOKEN}} | Returns detailed data for the single participant: FC Barcelona in JSON format |
...