Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

URLhttps://api.statscore.com/v2/seasons/{season_id}/participantspersonal-stats
MethodGET

Description

Returns a list of all available participants (teams, doubles or persons) for the selected season

Available for Tennis and Beach volleyball competitions

Cache60 seconds
Autorization Authorization requiredYes

Method parameters

...

Name

Type

Description

tokenxsd:stringREQUIRED. More information concerning authorization in API introduction section
langxsd:string

Determines language for the output data. The complete list of possible languages can be retrieved using the API resource: languages.index

pagexsd:intDetermines offset of paginated data. Default value is 1 which means first page
limitxsd:int

Determines maximum number of returned records on page. Used in paginated data. Default value is 500

Possible values: 5, 10, 25, 50, 100, 250, 500

area_idxsd:intDetermines the area represented by the participant. The complete list of possible areas can be retrieved using the API resource: areas.index
participant_typexsd:string

Participant type. Possible values:

  • team
  • double
  • person
subtypexsd:string

Participant subtype. Possible values:

  • athlete
  • coach
  • playing_coach
  • referee
  • director
participant_idxsd:intList of participants identifiers separated by a comma (e.g. 123,234,321) for the details of the participant you want to be returned. (Up to 100 ids)
subparticipant_idxsd:stringList of subparticipant identifiers separated by a comma (e.g. 123,234,321) for the details of the subparticipant you want to be returned. (Up to 100 ids)parent_participant_idxsd:intIdentifier of parent_participant for the details of the subparticipants related to parent_participant
timestampxsd:unix_timestamp

Selection date, format UNIX_TIMESTAMP. Only changes for participants that occurred or were updated after this timestamp will be returned.

Method calling examples

Link

Description

https://api.statscore.com/v2/seasons/58495/29847personal/participants-stats?TOKEN&participant_type=person&page=1&limit=50&TOKEN=
Returns a list of persons for the European Championship Roland Garros (W) doubles in JSON format

Output elements

...