# MLB Standings by Division (StatsAPI)

> MLB Standings by Division (StatsAPI) is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-13).

Returns current MLB division standings for a given league (AL or NL), including team name, wins, losses, win percentage, and games back.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/mlb-standings-division
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mlb-standings-by-division-statsapi-38a63376
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JohvQcZmCUHLTBEaSJRJO

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability mlb-standings-by-division-statsapi-38a63376 -d '<json body>'
```

Example prompt: Can you pull up the current American League standings for me — I want to see each team's wins, losses, win percentage, and how many games back they are from first place?

## When to prefer this

Use this endpoint when you need current MLB division standings broken down by team with win/loss records and games-back data for either the American League (103) or National League (104). Prefer this over generic sports APIs when you specifically need structured MLB standings data in JSON format.

## Known failure modes

- Invalid or missing league ID returns an error or empty result
- MLB StatsAPI unavailable causes upstream failure
- Stale data if standings haven't been refreshed recently
- Query parameter missing or malformed returns unexpected response

## How this service works

MLB StatsAPI: standings for a league id (103 AL / 104 NL) - team, wins, losses, pct, games back. Query: ?q= Returns JSON.

## Output

A JSON object containing MLB division standings for the specified league (AL=103 or NL=104), with each team's wins, losses, win percentage, and games back from the division leader.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mlb-standings-by-division-statsapi-38a63376/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
