# MLB Divisions by Sport ID

> MLB Divisions by Sport ID 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 MLB division names, abbreviations, and associated league IDs for a given sport ID

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/mlb-divisions
- 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-divisions-by-sport-id-c27e5a73
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Jaa7PX61LY0oo2SwSQ6pk

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-divisions-by-sport-id-c27e5a73 -d '<json body>'
```

Example prompt: Can you get me the full list of MLB divisions, including their names, abbreviations, and which league they belong to?

## When to prefer this

Use this endpoint when you need structured MLB division metadata — names, abbreviations, and league associations — sourced directly from the MLB StatsAPI. Prefer this over scraping team pages or using generic sports databases when you need authoritative, machine-readable division-to-league mappings.

## Known failure modes

- Invalid or unsupported sport ID returns empty or error response
- Malformed query parameter may result in 400 error
- Service unavailable returns non-200 HTTP status
- Payment not processed results in 402 response blocking data access

## How this service works

MLB StatsAPI: divisions for a sport id - division name, abbreviation, league id. Query: ?q= Returns JSON.

## Output

A JSON object containing MLB division records, each with division name, abbreviation, and the associated league ID — covering all divisions for the specified MLB sport ID.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mlb-divisions-by-sport-id-c27e5a73/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)
