For the complete documentation index, see llms.txt. This page is also available as Markdown.

Players, Teams & Leagues

Fetch full profiles for players, teams, and leagues by their Sportmonks ID. Use the search tool first if you don't know the ID.

Tools

Tool
Description

get_player

Full player profile by Sportmonks player ID

get_team

Team profile by Sportmonks team ID

get_league

League details by Sportmonks league ID

get_player

Parameters

Parameter
Type
Required
Description

id

integer

Yes

Sportmonks player ID

Returns: name, position, nationality, date of birth, current team (resolved via a two-step lookup).

get_team

Parameters

Parameter
Type
Required
Description

id

integer

Yes

Sportmonks team ID

Returns: name, country, venue.

get_league

Parameters

Parameter
Type
Required
Description

id

integer

Yes

Sportmonks league ID

Returns: name, country, current_season_id, current_season_name.

Example prompts

  • Get the profile for player ID 14322

  • What country is team 85 from?

  • Get the details for league 8 - what competition is it?

  • Search for "Mbappe" then get his full player profile

Last updated

Was this helpful?