Get a MaxPreps team roster
maxpreps_get_rosterFetch a team's full roster for a season, showing jersey, name, class, position, height, and weight. Optionally filter by position or include entries the site hides.
Instructions
Players on a team for one season: jersey, name, class year, positions, height and weight. Soft-deleted entries (duplicates and departed players the site hides) are excluded by default — a roster payload often carries substantially more rows than the page shows. Height and weight are null when the school did not publish them. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team | Yes | Team site path or URL, e.g. nc/charlotte/myers-park-mustangs/football | |
| season | No | Season label, e.g. 25-26. Omit for the current season. | |
| position | No | Case-insensitive filter on position, e.g. "QB" | |
| includeDeleted | No | Include soft-deleted roster entries the site hides |