Skip to content
Basic lookup2 credits

get_depth_chart

Team depth chart by week

When to use it

You need who starts where: formation, position, and depth rank for a team and week.

Parameters

NameTypeRequiredDescription
teamstringyesTeam code
seasonstring | numbernoSeason year. Defaults to current.
weekintegernoWeek. Defaults to latest.
formationstringnoFilter by formation/unit, e.g. Offense, Defense, Special Teams

Request

bash
curl -X POST https://football-mcp-production.up.railway.app/v1/get_depth_chart \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_API_KEY" \
  -d '{
  "team": "KC",
  "season": 2025,
  "week": 9,
  "formation": "Offense"
}'

Over MCP, ask for it in plain English and the client calls get_depth_chart itself. Point any MCP client at https://football-mcp-production.up.railway.app/mcp?key=YOUR_API_KEY.

Response

json
{
  "team": "KC",
  "season": 2025,
  "week": 9,
  "depth_chart": [],
  "count": 0
}

Response fields

FieldTypeDescription
teamstring
seasonnumber
weeknumber
depth_chart[]arrayList
countnumber

Related endpoints

Try it

500 credits free on signup — 250 calls to get_depth_chart — and no card.