# MLB Team Pitching Stats 2024

> MLB Team Pitching Stats 2024 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 2024 MLB season pitching statistics (ERA, strikeouts, wins, WHIP) for a given team ID

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/mlb-team-pitching
- 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-team-pitching-stats-2024-87bb6c7f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_D0hjLHF9ZYhEw9iHRR1hv

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-team-pitching-stats-2024-87bb6c7f -d '<json body>'
```

Example prompt: Can you pull up the 2024 pitching stats — ERA, strikeouts, wins, and WHIP — for the Los Angeles Dodgers (team ID 119)?

## When to prefer this

Use this endpoint when you need structured 2024 MLB season pitching statistics for a specific team, particularly ERA, strikeouts, wins, and WHIP. Prefer this over general sports news APIs when you need numeric stat data rather than narrative coverage, and when the MLB StatsAPI's official data is required.

## Known failure modes

- Invalid or missing team ID returns an error or empty result
- Team ID not found in MLB StatsAPI returns null/empty data
- Endpoint may return stale data if the season stats cache hasn't updated
- Network or payment authorization failure returns a 402 or 5xx error

## How this service works

MLB StatsAPI: 2024 season pitching stats for a team id - ERA, strikeouts, wins, WHIP. Query: ?q= Returns JSON.

## Output

A JSON object containing 2024 MLB season pitching statistics for the requested team, including ERA (Earned Run Average), strikeout totals, win count, and WHIP (Walks plus Hits per Inning Pitched).

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mlb-team-pitching-stats-2024-87bb6c7f/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)
