# AgentPayStore NFL New York Yankees Gridiron Analysis

> AgentPayStore NFL New York Yankees Gridiron 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 NFL analysis for the New York Yankees franchise including roster, injuries, matchups, betting lines, player props, and situational trends.

## Facts

- Endpoint: GET https://agentpaystore.com/gridiron/team/new-york-yankees/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-nfl-new-york-yankees-gridiron-analysis-f7d9db0b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_s6qQq24X6fja_0_CeurKG

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-nfl-new-york-yankees-gridiron-analysis-f7d9db0b
```

Example prompt: Can you pull up the live gridiron analysis for the New York Yankees NFL franchise — I need their current injury report, this week's betting lines, and any notable player props or situational trends before Sunday's game?

## When to prefer this

Choose this endpoint when you need comprehensive, live NFL-specific analysis focused on the New York Yankees franchise — particularly when combining injury data, betting lines, player props, and situational trends in a single call rather than querying multiple disparate sports data sources. Best used by agents supporting fantasy sports decisions, sports betting research, or game previews for this specific franchise.

## Known failure modes

- Missing or empty 'reply' query parameter returns no useful result
- Service may return stale data if live feeds are delayed
- Query too vague or off-topic for the Yankees NFL scope may return generic or null response
- Payment failure via x402 protocol blocks access to the endpoint
- Rate limiting may occur under high-volume agent traffic

## How this service works

Live NFL analysis for the New York Yankees franchise: roster, injuries, matchups, betting lines, player props and situational trends.

## Output

Returns a live analysis response covering the New York Yankees NFL franchise including current roster composition, injury statuses, upcoming matchup details, betting lines (spreads, totals, moneylines), individual player props, and relevant situational or contextual trends influencing game outcomes.

## 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-nfl-new-york-yankees-gridiron-analysis-f7d9db0b/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)
