# AgentPayStore MLB Anaheim Franchise Live Analysis

> AgentPayStore MLB Anaheim Franchise Live Analysis is a paid API for AI agents from agentpaystore.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Returns live MLB analysis for the Anaheim franchise including roster status, injuries, matchups, betting lines, player props, and situational trends.

## Facts

- Endpoint: GET https://agentpaystore.com/duke/team/anaheim/api/query
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentpaystore-mlb-anaheim-franchise-live-analysis-9533cff0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gKeyhvKO3Ou0IVUpeMuLC

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 agentpaystore-mlb-anaheim-franchise-live-analysis-9533cff0
```

Example prompt: What's the latest on the Anaheim Angels — can you pull their current roster, any injuries, and the betting lines for tonight's game?

## When to prefer this

Choose this endpoint when you need real-time, Anaheim-specific MLB intelligence in a single call — covering roster, injuries, betting lines, player props, and trends — rather than piecing together data from multiple sports data APIs. Especially useful for agents serving bettors, fantasy players, or sports analysts focused on the Angels franchise.

## Known failure modes

- Query too vague or outside Anaheim franchise scope — returns empty or generic response
- No live game or upcoming game available — may return limited or no betting/matchup data
- Network or payment failure (x402) — call may not complete if USDC payment not processed
- Stale data if queried outside active MLB season or game windows

## How this service works

Live MLB analysis for the Anaheim franchise: roster, injuries, matchups, betting lines, player props and situational trends.

## Output

A structured response containing live Anaheim Angels data including current roster with player statuses, injury list and severity, upcoming game matchup details, current betting lines and spreads, player prop offerings, and relevant situational and statistical trends for informed decision-making.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "agent": {
   "type": "string"
  },
  "analysis": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentpaystore-mlb-anaheim-franchise-live-analysis-9533cff0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentpaystore.com](https://www.zero.xyz/host/agentpaystore.com/llms.txt)
