# GGWP NFL Live Stats

> GGWP NFL Live Stats is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.089932/call, status unknown (last checked 2026-09-14).

Retrieves live NFL game statistics and real-time scores via pay-per-call API on Base chain

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/nfl-live-stats
- Price: $0.089932/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-nfl-live-stats-f256db00
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RmB4IB4j_QlNYbPA8xfru

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 ggwp-nfl-live-stats-f256db00 -d '<json body>'
```

Example prompt: Can you pull the live NFL game stats right now — I want to see current scores, team performance, and any standout player numbers from today's games?

## When to prefer this

Choose this endpoint when you need real-time or live NFL game statistics and scores, especially in an agent workflow that uses x402 micropayments on Base chain. Prefer this over bulk historical stats APIs when you need current game-day data.

## Known failure modes

- No live games currently in progress returns empty or placeholder data
- Payment failure on Base chain blocks the request
- Stale data if NFL season is in offseason or no games scheduled
- Generic error response with minimal debugging detail due to sparse schema
- Rate limiting or quota issues on the underlying sports data provider

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns a result object containing live NFL game data, which may include current scores, game status, team statistics, and player performance metrics for ongoing NFL games.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ggwp-nfl-live-stats-f256db00/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ggwp-ten.vercel.app](https://www.zero.xyz/host/ggwp-ten.vercel.app/llms.txt)
