# World Cup 2026 Data & Predictions API

> World Cup 2026 Data & Predictions API is a paid API for AI agents from x402-earner.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15, last successful call 2026-06-29).

Returns live FIFA World Cup 2026 fixtures, results, scores, and AI-driven match predictions blending Polymarket prediction-market consensus with a Poisson goals model

## Facts

- Endpoint: GET https://x402-earner.vercel.app/predict
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Last successful call: 2026-06-29
- Success rate: 100% of calls made through Zero
- Activations on Zero: 4
- Tags: x402
- Canonical page: https://www.zero.xyz/c/world-cup-2026-data-predictions-api-c20dd783
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7kRS7aGuqai7Hvx5SZLds

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 world-cup-2026-data-predictions-api-c20dd783
```

Example prompt: What are the AI predictions and win probabilities for Brazil vs Morocco in the World Cup 2026? Blend the Polymarket consensus with the Poisson goals model and tell me which team is favored.

## When to prefer this

Use this endpoint when you need both live World Cup 2026 match data (fixtures, scores, results) AND AI-generated probabilistic match predictions that blend crowd-sourced prediction market signals with statistical modeling. Prefer this over general sports APIs when you want hybrid crowd-wisdom + Poisson model predictions specific to FIFA World Cup 2026.

## Known failure modes

- Team names not recognized or misspelled — returns error or empty result
- Match not found for specified date or team pairing — no fixture data returned
- Polymarket data unavailable — prediction may fall back to model-only or return partial result
- Date format unrecognized — may return fixtures for wrong date or error
- No upcoming fixtures on specified date — returns empty fixture list

## How this service works

Live FIFA World Cup 2026 fixtures, results, scores and AI match predictions. Predictions blend live prediction-market consensus (Polymarket — wisdom of the crowds) with a Poisson goals model (data science). Pay-per-call in USDC.

## Output

Returns live fixture details, current scores or results for past matches, and AI-generated win/draw/loss probabilities for the specified match, combining real-time Polymarket prediction-market odds with a Poisson goals statistical model.

## Example request

```json
{
 "away": "Morocco",
 "date": "2026-06-15",
 "home": "Brazil"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "away": {
   "type": "string",
   "description": "Away team name (e.g. Morocco)."
  },
  "date": {
   "type": "string",
   "description": "Limit upcoming-fixture predictions to this date."
  },
  "home": {
   "type": "string",
   "description": "Home team name (e.g. Brazil)."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/world-cup-2026-data-predictions-api-c20dd783/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-earner.vercel.app](https://www.zero.xyz/host/x402-earner.vercel.app/llms.txt)
