# AgentPayStore New Orleans NFL Live Analysis

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

Delivers live NFL analysis for the New Orleans franchise including roster data, injury reports, matchups, betting lines, player props, and situational trends.

## Facts

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

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-new-orleans-nfl-live-analysis-f74ffb25
```

Example prompt: What's the latest injury report and betting line for the New Orleans Saints this week, and are there any strong player prop bets based on the current matchup?

## When to prefer this

Choose this endpoint when you need New Orleans Saints-specific NFL intelligence combining both statistical/roster data and betting market information in a single call. Prefer this over generic sports APIs when you need player props, situational trends, and injury context together for the Saints franchise specifically. Not suited for non-Saints NFL teams, other sports, or purely historical statistics.

## Known failure modes

- Query not specific enough to return relevant data
- No live data available if queried during off-season or bye week
- Player or game data may lag real-time events by minutes
- Malformed or empty 'reply' parameter returns no useful results
- Betting lines may not reflect very recent line movements

## How this service works

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

## Output

Returns a natural language or structured response covering New Orleans Saints roster status, current injuries, upcoming matchup details, available betting lines (spread, moneyline, over/under), player proposition bets, and historical or 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-new-orleans-nfl-live-analysis-f74ffb25/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)
