How-to use TOTW - beta
Our Team of the Week (TOTW) engine automatically picks the top 11 performers of every round using Sportmonks’ proprietary Player Rating model. No editorial bias—just data‑driven, repeatable selection.
Quick Start
Action
API request
Get all available TOTWS
Get the TOTW for a specific round
Get the latest TOTW for a specific league
All endpoints require your standard api_token
query parameter.
Includes
Enrich your response by adding includes to your response with ?include=.
Include
Add
player
Player objects (id, name, nationality, height, etc.)
team
Team objects (id, name, logo, etc.)
round
Round metadata (name, start/end dates, fixtures, etc.)
Add includes to enrich the response. See the example of an API request, which includes three includes below:
Latest Premier League TOTW with player & team objects
Coverage & Limitations
Round‑based competitions only. Knock‑out stages and playoff matches are not supported.
Player ratings are updated once all fixtures in a round are finished; a TOTW becomes available immediately thereafter.
Error Handling
Code
Meaning
Typical cause
401
Unauthorized
Missing/invalid api_token.
404
Not Found
Round or league not eligible for TOTW.
429
Rate Limit
Exceeded plan allowance.
Feedback & Bug Reporting
We 💚 feedback! Email support@sportmonks.com with:
Full request URL including query string
The round or league ID affected
What you observed vs. what you expected
Any additional screenshots or logs
The more context you provide, the faster we can assist.
Changelog
Date (UTC)
Version
Notes
2025‑05‑02
0.9.0‑beta
Initial public beta release.
Last updated
Was this helpful?