Skip to content
English
  • There are no suggestions because the search field is empty.

How can I get list of participants?

This article will help you find list of participants.

Step-by-step guide:

STEP 1

List of participants go to participants.index method with specified parameters: area_id and sport_id.

 

👉http://api.statscore.com/v2/participants?<>&sport_id=5&country_id=70

STEP 2

List of teams taking part in selected competition for selected season. Sport_id field is required for this method.

👉https://api.statscore.com/v2/participants?token=<<YOUR TOKEN>>&sport_id=5&season_id=65679&type=team

STEP 3

List of teams taking part in some competition can be found by using competitions.participants method. 

👉https://api.statscore.com/v2/competitions/1528/participants?&type=team&token=<<YOUR TOKEN>>

    With this method you will find teams assigned to the competition, and list of seasons they played in selected comeptiton.


    ⚙️Useful links:

    How can I get list of seasons?

    How can I get list of sports?