mysportsfeeds_standings
Get league standings for a season. Specify league and season to retrieve team rankings, win/loss records, and division/conference ranks.
Instructions
Standings for a league and season.
Returns: {teams:[{team:{id, abbreviation, city, name}, stats:{standings:{wins, losses, winPct, gamesBack}}, divisionRank:{rank, gamesBack}, conferenceRank:{…}, overallRank:{…}}]} — SHAPE FROM VENDOR DOCS.
NOTE: this shape is from the vendor's documentation and has NOT been verified against a live response (we hold no key for this provider). Treat it as approximate — inspect the actual payload before relying on a field name.
Example: This season's standings {"league": "nba", "season": "current"}
Auth: needs your own key in MYSPORTSFEEDS_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team | No | Team abbreviations. | |
| league | Yes | League. One of: nfl, nba, mlb, nhl. Required — part of the URL path. | |
| season | Yes | Season string. Required — part of the URL path. |