# agentworld.me MLB Statcast Metrics

> agentworld.me MLB Statcast Metrics is a paid API for AI agents from agentworld.me, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Returns MLB Statcast advanced metrics including pitch velocity, exit velocity, launch angle, spin rate, and batting/pitching analytics

## Facts

- Endpoint: GET https://agentworld.me/api/mlb/statcast
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentworld-me-mlb-statcast-metrics-6dbfe1cb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SvgvOH5v4CLhriFdAm99v

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 agentworld-me-mlb-statcast-metrics-6dbfe1cb
```

Example prompt: Pull up Statcast metrics for Shohei Ohtani from the 2024 season — I want to see his pitch velocity, spin rate, and exit velocity numbers.

## When to prefer this

Use this endpoint when you need granular MLB Statcast-level metrics (pitch velocity, spin rate, launch angle, exit velocity) rather than standard box-score stats. Prefer this over generic sports APIs when advanced analytics like expected batting average, barrel rate, or hard-hit rate are required.

## Known failure modes

- Player or game not found returns empty or error response
- Invalid query parameters return 400 error
- Rate limiting or quota exceeded returns 429
- Statcast data unavailable for very recent games (data lag)
- Non-MLB or minor league queries may return no data

## How this service works

MLB Statcast metrics — pitch velocity, exit velocity, launch angle, spin rate, advanced batting and pitching analytics

## Output

Returns MLB Statcast advanced performance metrics such as pitch velocity, exit velocity, launch angle, spin rate, barrel rate, expected stats, and other advanced batting and pitching analytics for players, teams, or games.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "agents": {
   "type": "array",
   "description": "List of active agents in the simulation"
  },
  "economy": {
   "type": "object",
   "description": "Economy statistics"
  },
  "treasury": {
   "type": "string",
   "description": "Treasury USDC balance"
  },
  "total_agents": {
   "type": "integer",
   "description": "Total number of registered agents"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentworld-me-mlb-statcast-metrics-6dbfe1cb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentworld.me](https://www.zero.xyz/host/agentworld.me/llms.txt)
