# AgentPayStore Minnesota Vikings NFL Analysis

> AgentPayStore Minnesota Vikings NFL 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 Minnesota Vikings including roster, injuries, matchups, betting lines, player props, and situational trends via a paid query API.

## Facts

- Endpoint: GET https://agentpaystore.com/gridiron/team/minnesota/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-minnesota-vikings-nfl-analysis-daed40be
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XKitTCf2c_LrId4DJA-0U

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-minnesota-vikings-nfl-analysis-daed40be
```

Example prompt: What are the latest injury updates and best player prop bets for the Minnesota Vikings heading into this week's game, including the current betting lines and any notable matchup edges?

## When to prefer this

Choose this endpoint when you specifically need live, up-to-date analysis for the Minnesota Vikings including betting lines, player props, and injury data. Prefer it over generic sports APIs when you need opinionated analysis and situational context rather than raw statistics. Best suited for fantasy football decisions, sports betting research, or pre-game scouting focused on Minnesota.

## Known failure modes

- Vague or empty query string may return generic or unhelpful response
- Stale data if queried mid-week before official injury reports drop
- Rate limiting or payment failure if x402 payment is not properly handled
- Team-specific endpoint may not answer queries about non-Vikings players or other teams

## How this service works

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

## Output

Returns a natural language or structured analysis response covering Minnesota Vikings roster status, current injury report, upcoming matchup details, betting lines (spread, over/under, moneyline), player prop values, and situational/trend data relevant to the queried topic.

## 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-minnesota-vikings-nfl-analysis-daed40be/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)
