WNBA Standings is a paid API for AI agents from mlb-stats-api.fly.dev, paid per call via x402, $0.001000/call, status unknown (last checked 2026-09-13).
Returns current WNBA league standings including wins, losses, and rankings for all teams.
Current WNBA standings.
A list of all WNBA teams with their current season standings, including wins, losses, conference rank, and division rank.
GEThttps://mlb-stats-api.fly.dev/wnba/standingsUse this endpoint when you need current WNBA season standings data, including team win-loss records and conference or division rankings, without any filters or parameters required.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"data": [
{
"team": {
"id": "20",
"city": "Atlanta",
"name": "Dream",
"division": null,
"full_name": "Atlanta Dream",
"conference": null,
"abbreviation": "ATL"
},
"record": {
"pct": 0.667,
"wins": 4,
"losses": 2
},
"division_rank": null,
"conference_rank": null
},
{
"team": {
"id": "5",
"city": "Indiana",
"name": "Fever",
"division": null,
"full_name": "Indiana Fever",
"conference": null,
"abbreviation": "IND"
},
"record": {
"pct": 0.571,
"wins": 4,
"losses": 3
},
"division_rank": null,
"conference_rank": null
},
{
"team": {
"id": "9",
"city": "New York",
"name": "Liberty",
"division": null,
"full_name": "New York Liberty",
"conference": null,
"abbreviation": "NY"
},
"record": {
"pct": 0.5,
"wins": 4,
"losses": 4
},
"division_rank": null,
"conference_rank": null
},
{
"team": {
"id": "131935",
"city": "Toronto",
"name": "Tempo",
"division": null,
"full_name": "Toronto Tempo",
"conference": null,
"abbreviation": "TOR"
},
"record": {
"pct": 0.5,
"wins": 4,
"losses": 4
},
"division_rank": null,
"conference_rank": null
},
{
"team": {
"id": "16",
"city": "Washington",
"name": "Mystics",
"division": null,
"full_name": "Washington Mystics",
"conference": null,
"abbreviation": "WSH"
},
"record": {
"pct": 0.5,
"wins": 3,
"losses": 3
},
"division_rank": null,
"conference_rank": null
},
{
"team": {
"id": "19",
"city": "Chicago",
"name": "Sky",
"division": null,
"full_name": "Chicago Sky",
"conference": null,
"abbreviation": "CHI"
},
"record": {
"pct": 0.429,
"wins": 3,
"losses": 4
},
"division_rank": null,
"conference_rank": null
},
{
"team": {
"id": "18",
"city": "Connecticut",
"name": "Sun",
"division": null,
"full_name": "Connecticut Sun",
"conference": null,
"abbreviation": "CON"
},
"record": {
"pct": 0.111,
"wins": 1,
"losses": 8
},
"division_rank": null,
"conference_rank": null
},
{
"team": {
"id": "8",
"city": "Minnesota",
"name": "Lynx",
"division": null,
"full_name": "Minnesota Lynx",
"conference": null,
"abbreviation": "MIN"
},
"record": {
"pct": 0.714,
"wins": 5,
"losses": 2
},
"division_rank": null,
"conference_rank": null
},
{
"team": {
"id": "129689",
"city": "Golden State",
"name": "Valkyries",
"division": null,
"full_name": "Golden State Valkyries",
"conference": null,
"abbreviation": "GS"
},
"record": {
"pct": 0.714,
"wins": 5,
"losses": 2
},
"division_rank": null,
"conference_rank": null
},
{
"team": {
"id": "132052",
"city": "Portland",
"name": "Fire",
"division": null,
"full_name": "Portland Fire",
"conference": null,
"abbreviation": "POR"
},
"record": {
"pct": 0.625,
"wins": 5,
"losses": 3
},
"division_rank": null,
"conference_rank": null
},
{
"team": {
"id": "3",
"city": "Dallas",
"name": "Wings",
"division": null,
"full_name": "Dallas Wings",
"conference": null,
"abbreviation": "DAL"
},
"record": {
"pct": 0.625,
"wins": 5,
"losses": 3
},
"division_rank": null,
"conference_rank": null
},
{
"team": {
"id": "17",
"city": "Las Vegas",
"name": "Aces",
"division": null,
"full_name": "Las Vegas Aces",
"conference": null,
"abbreviation": "LV"
},
"record": {
"pct": 0.571,
"wins": 4,
"losses": 3
},
"division_rank": null,
"conference_rank": null
},
{
"team": {
"id": "6",
"city": "Los Angeles",
"name": "Sparks",
"division": null,
"full_name": "Los Angeles Sparks",
"conference": null,
"abbreviation": "LA"
},
"record": {
"pct": 0.5,
"wins": 3,
"losses": 3
},
"division_rank": null,
"conference_rank": null
},
{
"team": {
"id": "14",
"city": "Seattle",
"name": "Storm",
"division": null,
"full_name": "Seattle Storm",
"conference": null,
"abbreviation": "SEA"
},
"record": {
"pct": 0.375,
"wins": 3,
"losses": 5
},
"division_rank": null,
"conference_rank": null
},
{
"team": {
"id": "11",
"city": "Phoenix",
"name": "Mercury",
"division": null,
"full_name": "Phoenix Mercury",
"conference": null,
"abbreviation": "PHX"
},
"record": {
"pct": 0.25,
"wins": 2,
"losses": 6
},
"division_rank": null,
"conference_rank": null
}
],
"sport": "basketball",
"errors": [],
"league": "wnba",
"warnings": [],
"request_id": "08fd27a3-7035-437d-92d5-b703d495ce5d",
"retrieved_at": "2026-05-29T23:56:12.625106+00:00"
}| Field | Type | Description |
|---|---|---|
| datarequired | array | |
| sportrequired | string | |
| errorsrequired | array | |
| leaguerequired | string | |
| warningsrequired | array | |
| request_idrequired | string | |
| retrieved_atrequired | string |
No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"