Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Starting from the 2021/22 season, STATSCORE offers a formations preview for matches from the seasons that are assigned to one of the following leagues:

  1. Champions League

  2. Europe League

  3. European Championship (+ Qual.)

  4. World Championship (+ Qual.)

  5. League of Nations

  6. Ekstraklasa (Poland)

  7. Fortuna 1 liga (Poland)

  8. Premier League (England)

  9. Serie A (Italy)

  10. La Liga Santander (Spain)

  11. Bundesliga (Germany)

  12. Fortuna Puchar Polski (Poland - Cup)

  13. Ligue 1 (France)

  14. Championship (England)

  15. Eredivisie (Netherlands)

  16. Jupiler Pro League (Belgium)

  17. Liga NOS (Portugal)

  18. Premiership (Scotland)

  19. Super Lig (Turkey)

  20. Major League Soccer (USA)

Formations availability for the match

You can receive this information through endpoints events.show and events.index

The event details "Has formations" informs about the availability of formation for the match and can be found in the node:

competition → season → stage → group → event

Example:

"id": 178,
"name": "Has formations",
"value": "yes",

If “Has formation” parameter’s value is equal to “yes”, formations will be available for the chosen event.

Team’s formation for selected match

You can receive this information through events.show and events.index endpoints.

Information about the chosen formation for the team can be found in the team's statistics at the node:

competition → season → stage → group → event → participants


Example:

"id": 716,
"short_name": "Form.",
"name": "Form.",
"value": "4-4-2",
"data_type": "text"

Assigning players to positions for the formation in the match

Depending on the selected formation, the player may assume different positions on the field. Their exact location is graphically presented in the table below and is the same as the "Player's position" statistic assigned to a player. The “Players position” statistics are available through events.sub-participants.index endpoint.

Example:

"id": 717,
"name": "Player's position",
"short_name": "P. position.",
"value": 11,
"data_type": "integer"

Please note: For each formation, the players' position values are numbered from 1 to 11 and they are assigned always starting from the goalkeeper and then successively from right to left side of the field.

Formations

We are currently using 12 different formations with the player’s positions listed in the table below:

Formation

Player’s position

1

4-4-2

2

4-3-3

3

3-4-3

4

3-6-1

5

3-4-2-1

6

4-5-1

7

5-2-2-1

8

3-5-2

9

4-3-1-2

10

4-2-3-1

11

4-4-1-1

12

5-3-2

  • No labels