GET All available TOTWs
https://api.sportmonks.com/v3/football/team-of-the-week{
"data": [
{
"id": 1,
"player_id": 455900,
"fixture_id": 18946393,
"round_id": 318161,
"team_id": 18644,
"rating": "7.45",
"formation_position": 2,
"formation": "4-3-3"
},
{
"id": 2,
"player_id": 333731,
"fixture_id": 18946393,
"round_id": 318161,
"team_id": 18644,
"rating": "8.06",
"formation_position": 3,
"formation": "4-3-3"
},
{
"id": 3,
"player_id": 12393419,
"fixture_id": 18946393,
"round_id": 318161,
"team_id": 18573,
"rating": "7.65",
"formation_position": 4,
"formation": "4-3-3"
},
{
"id": 4,
"player_id": 466063,
"fixture_id": 18946392,
"round_id": 318161,
"team_id": 15251,
"rating": "8.06",
"formation_position": 5,
"formation": "4-3-3"
},
{
"id": 5,
"player_id": 260880,
"fixture_id": 18946392,
"round_id": 318161,
"team_id": 15251,
"rating": "9.79",
"formation_position": 6,
"formation": "4-3-3"
},
{
"id": 6,
"player_id": 186320,
"fixture_id": 18946395,
"round_id": 318161,
"team_id": 18704,
"rating": "9.79",
"formation_position": 7,
"formation": "4-3-3"
},
{
"id": 7,
"player_id": 129798,
"fixture_id": 18946393,
"round_id": 318161,
"team_id": 18644,
"rating": "8.16",
"formation_position": 8,
"formation": "4-3-3"
},
{
"id": 8,
"player_id": 160258,
"fixture_id": 18946395,
"round_id": 318161,
"team_id": 18704,
"rating": "9.18",
"formation_position": 9,
"formation": "4-3-3"
},
{
"id": 9,
"player_id": 6013424,
"fixture_id": 18946392,
"round_id": 318161,
"team_id": 15251,
"rating": "8.67",
"formation_position": 10,
"formation": "4-3-3"
},
{
"id": 10,
"player_id": 7346228,
"fixture_id": 18946395,
"round_id": 318161,
"team_id": 18704,
"rating": "9.49",
"formation_position": 11,
"formation": "4-3-3"
},
{
"id": 11,
"player_id": 254169,
"fixture_id": 18946391,
"round_id": 318161,
"team_id": 18775,
"rating": "8.47",
"formation_position": 1,
"formation": "4-3-3"
},
{
"id": 12,
"player_id": 78223,
"fixture_id": 18946398,
"round_id": 318162,
"team_id": 18711,
"rating": "8.06",
"formation_position": 1,
"formation": "4-3-3"
},
{
"id": 13,
"player_id": 159208,
"fixture_id": 18946399,
"round_id": 318162,
"team_id": 18704,
"rating": "7.85",
"formation_position": 2,
"formation": "4-3-3"
},id
Refers the unique id of the TOTW entity
integer
player_id
Refers to the player of the Team of the week
integer
fixture_id
Refers to the fixture the TOTW player played in
integer
round_id
Refers to the round the fixture is played at
integer
team_id
Refers to the team the TOTW player played for
integer
rating
Refers to the rating of the TOTW player
integer
formation_position
Refers to the player position in the TOTW formation
integer
formation
Refers to the TOTW's formation
integer
api_token
YES
Another option is to provide the API token in the header.
Your unique API token. Ex. ?api_token=YOUR_TOKEN
include
NO
Enrich the API response with more data by using includes. Ex. &include=fixture;player;team
filters
NO
Filter the API response on multiple related entities. There are static filters and dynamic filters. Please find the possibilities in the Static and Dynamic Filter tab.
locale
NO
Translate name fields of the API Response in your selected language. Find more information and which languages are available on our translations page.
N/A
N/A
Filters
More information on how to use filters can be found on our tutorials on how to filter. If you want more information on which filters to use you can check out the following endpoint:
Pagination
YES
Include depth
You can use a total of 3 nested includes on this endpoint
Include options
fixture team player round
Last updated
Was this helpful?