# AgentPayStore NFL New York Franchise Live Analysis

> AgentPayStore NFL New York 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).

Provides live NFL analysis for the New York franchise including roster, injuries, matchups, betting lines, player props, and situational trends.

## Facts

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

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-franchise-live-analysis-c8241fb9
```

Example prompt: What are the current injury report, betting lines, and top player props for the New York NFL franchise heading into this week's game?

## When to prefer this

Choose this endpoint when you need live, up-to-date NFL analysis specifically for the New York franchise covering multiple data types (injuries, betting lines, props, trends) in a single call. Prefer it over general sports APIs when you need betting-line and player-prop depth combined with roster and injury context, especially for fantasy or wagering use cases.

## Known failure modes

- Vague or empty query string may return generic or no results
- Off-season periods may yield limited or stale data
- Ambiguity between New York Giants and Jets may produce blended or unclear results
- Payment failure (402) if USDC balance is insufficient
- Service may not cover real-time in-game updates during live play

## How this service works

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

## Output

Returns live analytical data for the New York NFL franchise including current roster composition, injury statuses, upcoming matchup details, current betting lines (spread, moneyline, over/under), player prop offerings, and situational/historical trend data relevant to wagering and fantasy decisions.

## 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-franchise-live-analysis-c8241fb9/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)
