Matches Positions
This endpoint allows you to retrieve the player positions in the peach.
Multi-language: This feature allows the user to manually change the language of the API response by adding value to the
lang
attribute. Example:lang=en
.
Pagination: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.
Update Period: The endpoint is updated every minute.
Recommended Calls: Limit call to 1 per minute.
Use Cases
Get positions from a specific match_idhttps://football.sportdevs.com/matches-positions?match_id=eq.{match_id}
Get positions from a specific match_id and team_idhttps://football.sportdevs.com/matches-positions?match_id=eq.{match_id}&team_id=eq.{team_id}
Query Parameters
- match_id integer
Default value:
eq.1
The id of the match
- team_id integer
Default value:
eq.4225
The id of the team
- offset string
Default value:
0
Limiting and Pagination
- limit string
Default value:
50
Limiting and Pagination
- lang string
Default value:
en
Multi-language
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema array
- match_id integer
The id of the match
- team_id integer
The id of the team
- positions jsonb
The positions
[
{
"match_id": 1,
"team_id": 4225,
"positions": [
{
"points": 6,
"average_x": 64.8,
"average_y": 16.2,
"player_id": 3858,
"player_name": "Tashan Oakley-Boothe",
"player_hash_image": "f6fd3f31aa52c6d7fa091dbd5b86f7656d331f9ec1d70c1d7b99b71f661a70c0"
},
{
"points": 8,
"average_x": 45.3875,
"average_y": 90.575,
"player_id": 10958,
"player_name": "Dominic Thompson",
"player_hash_image": "3b49a6638503555bab2504a887df9ca9490dad100e4e04549a860ea5aff9123b"
},
{
"points": 26,
"average_x": 69.965384615385,
"average_y": 51.069230769231,
"player_id": 10845,
"player_name": "Jake Beesley",
"player_hash_image": "89e674c760d89d9c9327d4b6e247d98f3babfa73010b19db11d44dcd98af41cf"
},
{
"points": 26,
"average_x": 72.911538461538,
"average_y": 76.146153846154,
"player_id": 10841,
"player_name": "Sonny Carey",
"player_hash_image": "49f2ad8681a02a9492465d9e32d5a112c3fe4c989e9139edde84bd39352ef042"
},
{
"points": 32,
"average_x": 58.925,
"average_y": 58.290625,
"player_id": 9255,
"player_name": "Kylian Kouassi",
"player_hash_image": "7d450585d3852b2e3aa1556823e3c0d11bdd9fd27ea04e74b32250886ee05c3f"
},
{
"points": 39,
"average_x": 66.807692307692,
"average_y": 71.389743589744,
"player_id": 17265,
"player_name": "Shayne Lavery",
"player_hash_image": "8c6dac040118e0d11a2329b613ab39cb9aaa7e9dd976355526587fbb572818e4"
},
{
"points": 44,
"average_x": 61.156818181818,
"average_y": 34.679545454545,
"player_id": 161311,
"player_name": "Karamoko Dembélé",
"player_hash_image": "d3f7c278f6951365295103d5d43be13dd90da197a4d99896202a217dbb1c809b"
},
{
"points": 45,
"average_x": 49.584444444444,
"average_y": 15.724444444444,
"player_id": 10926,
"player_name": "Andy Lyons",
"player_hash_image": "2f9f06e61bf519d798276c9c01cea79e7cb9e574ca0ecb5f7e750f5e980382c0"
},
{
"points": 55,
"average_x": 8.0981818181818,
"average_y": 49.350909090909,
"player_id": 10940,
"player_name": "Richard O'Donnell",
"player_hash_image": "c0029e62ad88b198017d1856fc7d9220b984acc478b804e22b9996d4be0a0daf"
},
{
"points": 57,
"average_x": 43.671929824561,
"average_y": 86.89649122807,
"player_id": 6565,
"player_name": "Owen Dale",
"player_hash_image": "1a206854bc39aeb793ff84e6a6b31c02dd6e899d78007ba237a7c8882fbf4a72"
},
{
"points": 69,
"average_x": 24.914492753623,
"average_y": 54.513043478261,
"player_id": 11388,
"player_name": "Marvin Ekpiteta",
"player_hash_image": "a9a9bf3ce57e5ae57b11d59e92d08dc99ec342e54fdedd1357dd16732afeb9c2"
},
{
"points": 75,
"average_x": 46.745333333333,
"average_y": 63.028,
"player_id": 10943,
"player_name": "Kenny Dougall",
"player_hash_image": "a6903a47786121edc0f4d96285fa400a968529dbaf69716074f8d8a7b685e7b2"
},
{
"points": 76,
"average_x": 34.675,
"average_y": 25.436842105263,
"player_id": 10848,
"player_name": "Callum Connolly",
"player_hash_image": "ab511324f88f098c4fd8bd71d0ebed581a987c4853043234b25a81e6288850b0"
},
{
"points": 100,
"average_x": 33.257,
"average_y": 79.626,
"player_id": 10931,
"player_name": "James Husband",
"player_hash_image": "d6c8319bf3dfb86ac3c236dd6e4c6ec877cbbe9eb0a95888cfad3d1f6706aefc"
},
{
"points": 103,
"average_x": 45.206796116505,
"average_y": 43.395145631068,
"player_id": 8840,
"player_name": "Albie Morgan",
"player_hash_image": "4fc0bb4277483dc32446a28b84f871936dc4b318acb4803342e41cc3fd587901"
}
]
}
]