Live
get_player_segment_stats
api.tracker.ggReturns detailed Valorant agent, map, weapon, or season stat segments with complete metadata and performance metrics from https://tracker.gg.
Parameters4
Runs4
Updated1d ago
Failing4 runs · 75% succeeded
30 days ago90 days agoranfailednot checkedtoday
Playground
Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.
What is get_player_segment_stats?
Returns detailed Valorant agent, map, weapon, or season stat segments with complete metadata and performance metrics from https://tracker.gg. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass riot_id, segment_type, playlist, season_id and get the result back without maintaining a scraper.
Response
{
"segments": [
{}
]
}Call it
curl --location 'https://us-prod.notte.cc/functions/8508a1cd-0377-4386-982f-6dcfc9b8a0dc/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "8508a1cd-0377-4386-982f-6dcfc9b8a0dc",
"variables": {
"riot_id": "stunna#2006",
"segment_type": "agent",
"playlist": "competitive",
"season_id": ""
}
}'Ask an agent
Paste this into Claude Code, Cursor or any MCP client to have an agent call this function for you.
prompt
Use the Anything API MCP server (https://anything.notte.cc/mcp). Call run(function_id="8508a1cd-0377-4386-982f-6dcfc9b8a0dc") — the "get_player_segment_stats" function, which returns detailed Valorant agent, map, weapon, or season stat segments with complete metadata and performance metrics from https://tracker.gg.. It takes riot_id (str), segment_type (str), playlist (str), season_id (str). Return the result as structured JSON.