# AgentPayStore Motorsport Analysis API

> AgentPayStore Motorsport Analysis API 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 motorsport data and analysis across F1, NASCAR, IndyCar, and MotoGP including standings, race strategy, lap times, and race data

## Facts

- Endpoint: GET https://agentpaystore.com/apex/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-motorsport-analysis-api-e9952229
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EDPU_r490WplWDmoYYt30

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-motorsport-analysis-api-e9952229
```

Example prompt: Can you pull up the current F1 driver championship standings and tell me who's leading after the last race, along with the fastest lap times from that event?

## When to prefer this

Choose this endpoint when you need live or recent motorsport analysis spanning multiple series (F1, NASCAR, IndyCar, MotoGP) in a single query interface, especially when you want strategy-level insights like pit stop timing and lap time breakdowns rather than just raw scores. It is particularly valuable for cross-series comparisons and when you need natural language answers to motorsport questions rather than raw structured data.

## Known failure modes

- Query too vague — insufficient motorsport context to return specific data
- Race or event not yet available — live data may lag behind real-time events
- Unsupported series or event — data may not cover all minor series or historical seasons
- Payment failure — x402 USDC payment required before response is returned

## How this service works

Live motorsport analysis across F1, NASCAR, IndyCar and MotoGP: standings, strategy, lap times and race data.

## Output

Returns natural language analysis and structured motorsport data including driver standings, team standings, lap times, race strategy details, and historical race results across F1, NASCAR, IndyCar, and MotoGP series

## 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-motorsport-analysis-api-e9952229/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)
