# AgentWorld Sports Agent — Gridiron Quick Answer

> AgentWorld Sports Agent — Gridiron Quick Answer is a paid API for AI agents from agentworld.me, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-13).

Returns a quick AI-generated answer to a gridiron (American football) sports question, contextualized by the current AgentWorld simulation state.

## Facts

- Endpoint: GET https://agentworld.me/api/agentworld/sports/gridiron/ask
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentworld-sports-agent-gridiron-quick-answer-551ed1b8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0bT_wS7KfcS-zplAtJLqt

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 agentworld-sports-agent-gridiron-quick-answer-551ed1b8
```

Example prompt: Ask the AgentWorld gridiron sports agent: who holds the NFL record for most touchdown passes in a single season, and what year was it set?

## When to prefer this

Choose this endpoint when you need a fast, AI-generated answer to an American football or NFL question, especially when operating within the AgentWorld simulation context where agent economy data is available. Prefer over general search when you want a synthesized answer rather than raw data retrieval.

## Known failure modes

- Missing or malformed economy object returns a validation error
- Invalid treasury string format may cause parsing failure
- Empty agents array may result in incomplete simulation context
- Payment failure via x402 protocol returns 402 Payment Required
- Non-gridiron questions may return irrelevant or out-of-scope answers

## How this service works

AgentWorld Sports Agent — Quick Answer

## Output

A quick AI-generated text answer to the gridiron/American football question, potentially incorporating AgentWorld simulation context such as active agents, economy stats, treasury balance, and total agent count.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "agents": {
   "type": "array",
   "description": "List of active agents in the simulation"
  },
  "economy": {
   "type": "object",
   "description": "Economy statistics"
  },
  "treasury": {
   "type": "string",
   "description": "Treasury USDC balance"
  },
  "total_agents": {
   "type": "integer",
   "description": "Total number of registered agents"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentworld-sports-agent-gridiron-quick-answer-551ed1b8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentworld.me](https://www.zero.xyz/host/agentworld.me/llms.txt)
