# AgentPayStore San Diego MLB Live Analysis

> AgentPayStore San Diego MLB 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-14).

Provides live MLB analysis for the San Diego franchise including roster, injuries, matchups, betting lines, player props, and situational trends.

## Facts

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

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-san-diego-mlb-live-analysis-d9e0bbe6
```

Example prompt: Pull the latest San Diego Padres analysis for tonight's game — I want injury updates, starting pitcher matchup, and the best available player props and betting lines.

## When to prefer this

Choose this endpoint when you need San Diego Padres-specific MLB intelligence in real time — especially for betting line lookups, player prop research, injury status, or pre-game matchup breakdowns. Prefer over generic sports data APIs when you need synthesized, franchise-scoped analysis rather than raw stat feeds. Use alongside sibling endpoints for multi-team comparisons.

## Known failure modes

- Vague or ambiguous query may return generic rather than specific analysis
- No game scheduled — endpoint may return limited data on off-days
- Stale data if live feeds are delayed or unavailable
- Payment failure via x402 protocol resulting in 402 response
- Malformed or missing 'reply' query string returning an error

## How this service works

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

## Output

Returns live analytical data about the San Diego MLB franchise including current roster status, injury reports, upcoming game matchups, real-time or recent betting lines, individual player props, and situational performance trends relevant to the query.

## 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-san-diego-mlb-live-analysis-d9e0bbe6/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)
