# GGWP Football Prediction API

> GGWP Football Prediction API is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.060059/call, status unknown (last checked 2026-09-15).

Provides AI-generated match outcome predictions for football (soccer) games via pay-per-call on Base chain.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/football-prediction
- Price: $0.060059/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-football-prediction-api-3c0993c9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vulYR_iLSuFwH4XDsJJee

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-football-prediction-api-3c0993c9 -d '<json body>'
```

Example prompt: Can you predict the outcome of the match between Manchester City and Arsenal — who's likely to win and what score do you think it'll end up?

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call AI football match prediction without committing to a subscription. It suits agents that occasionally need sports forecasts and want to pay only when queried, using crypto micropayments on Base chain via the x402 protocol.

## Known failure modes

- Missing or malformed match input data returns an error or empty result
- Unknown or unrecognized team names may yield unreliable predictions
- Payment failure on Base chain blocks the call
- Service may return generic example data if input schema is not fully specified
- Vercel cold-start latency may occasionally delay response

## 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 prediction object containing the forecasted match outcome, likely winner, and possibly a predicted scoreline or confidence indicators for the football match queried.

## 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-football-prediction-api-3c0993c9/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)
