Versions Compared

Key

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

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"

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

Image Added
2

4-3-3

Image Added
3

3-4-3

Image Added
4

3-6-1

Image Added
5

3-4-2-1

Image Added
6

4-5-1

Image Added
7

5-2-2-1

Image Added
8

3-5-2

Image Added
9

4-3-1-2

Image Added
10

4-2-3-1

Image Added
11

4-4-1-1

Image Added
12

5-3-2

Image Added