# AgentPayStore Detroit Lions NFL Live Analysis

> AgentPayStore Detroit Lions 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 Detroit Lions including roster, injuries, matchups, betting lines, player props, and situational trends.

## Facts

- Endpoint: GET https://agentpaystore.com/gridiron/team/detroit/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-detroit-lions-nfl-live-analysis-704402df
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rlfzn_VCAT5qTTNmUnpQ-

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-detroit-lions-nfl-live-analysis-704402df
```

Example prompt: What's the latest on the Detroit Lions this week — who's on the injury report, what are the betting lines for their next game, and do any player props stand out?

## When to prefer this

Choose this endpoint when you need real-time, Detroit Lions-specific NFL intelligence including injuries, betting lines, and player props in a single call. Prefer it over general sports APIs when the query is Detroit-focused and requires live game-week data with betting context.

## Known failure modes

- Vague or empty 'reply' query may return generic or no data
- Off-season queries may return limited or stale data when no active game is scheduled
- Payment failure (402) if x402 credentials are invalid or funds are insufficient
- Rate limiting if query volume exceeds plan thresholds

## How this service works

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

## Output

Returns live, structured NFL analysis for the Detroit Lions covering current roster status, injury report, upcoming matchup details, available betting lines and spreads, individual player prop bets, and team situational trends relevant to 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-detroit-lions-nfl-live-analysis-704402df/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)
