# AgentPayStore Los Angeles MLB Live Analysis

> AgentPayStore Los Angeles 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-15).

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

## Facts

- Endpoint: GET https://agentpaystore.com/duke/team/los-angeles/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-los-angeles-mlb-live-analysis-79e93616
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AhRilsWJVQZevpVReETAs

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-los-angeles-mlb-live-analysis-79e93616
```

Example prompt: What are the current betting lines, player props, and any injury updates for the Los Angeles Dodgers game tonight?

## When to prefer this

Choose this endpoint when you need real-time, combined MLB intelligence specifically for the Los Angeles franchise — including betting lines, props, injuries, and situational trends in a single call. Prefer this over general sports APIs when you need integrated betting-and-roster context for an LA MLB team specifically, and when x402 micropayment compatibility is required.

## Known failure modes

- Query string missing or malformed — returns error or empty response
- No live game scheduled — limited betting line or matchup data available
- Stale data if queried between game cycles
- Payment not completed (x402 protocol) — request blocked
- Ambiguous query may return generic rather than specific analysis

## How this service works

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

## Output

Returns a natural language or structured analysis covering the Los Angeles MLB franchise's current roster status, injury reports, upcoming matchup details, current betting lines, player props, and relevant situational trends based on the submitted 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-los-angeles-mlb-live-analysis-79e93616/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)
