# AgentPayStore Tennessee NFL Live Analysis

> AgentPayStore Tennessee 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-14).

Provides live NFL analysis for the Tennessee Titans including roster, injuries, matchups, betting lines, player props, and situational trends.

## Facts

- Endpoint: GET https://agentpaystore.com/gridiron/team/tennessee/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-tennessee-nfl-live-analysis-51659b3b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EbNUxWtbGBFgovFyWqwSh

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-tennessee-nfl-live-analysis-51659b3b
```

Example prompt: What's the latest on the Tennessee Titans this week — who's injured, what do the betting lines look like, and are there any strong player props for their upcoming matchup?

## When to prefer this

Choose this endpoint when you need Tennessee Titans-specific NFL intelligence in a single call — combining injury reports, betting lines, player props, and matchup context — rather than querying multiple general sports data APIs separately. Ideal for fantasy football decisions, sports betting research, or pre-game analysis workflows focused on the Tennessee franchise.

## Known failure modes

- Vague or off-topic query may return generic or unhelpful results
- Data may lag real-time updates during game day
- No response if the NFL season is in offseason with limited live data
- Payment failure (402) if USDC balance is insufficient
- Query parameter missing or malformed leading to an error response

## How this service works

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

## Output

Returns a natural language or structured response covering Tennessee Titans roster status, injury designations, upcoming matchup analysis, current betting lines (spread, moneyline, over/under), player prop opportunities, and situational/trend data 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-tennessee-nfl-live-analysis-51659b3b/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)
