# Sna4an Football Prediction API

> Sna4an Football Prediction API is a paid API for AI agents from sna4an-misc.vercel.app, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-13).

Returns AI-driven match outcome predictions and football analytics for upcoming or recent football matches via a RapidAPI-backed sub-endpoint.

## Facts

- Endpoint: POST https://sna4an-misc.vercel.app/api/football-prediction
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sna4an-football-prediction-api-c6b4ab31
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3_PrQtvC7ZQWDmdaAGEVw

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

Example prompt: Can you get me a football prediction for the Manchester City vs Arsenal match this Saturday — I want the win/draw/loss probabilities and any score forecast available?

## When to prefer this

Use this endpoint when you need AI-driven football match outcome predictions, score forecasts, or win probability data, especially within an x402 micropayment workflow where per-call billing at $0.20 USDC is acceptable. Prefer over direct RapidAPI calls if you want a single proxied endpoint with crypto payment support.

## Known failure modes

- Invalid or unsupported RapidAPI sub-endpoint path returns an error or empty response
- Missing required query parameters (e.g. match ID, date) cause failed lookups
- Match data not yet available for future fixtures
- RapidAPI rate limits or upstream service downtime result in 5xx errors
- Payment not processed results in 402 response

## How this service works

News, AI, SEO, e-commerce, and utility APIs

## Output

A JSON object containing football match prediction data such as win/draw/loss probabilities, predicted scoreline, team form analysis, and other analytics returned by the underlying RapidAPI football prediction service.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "path": {
   "type": "string",
   "description": "RapidAPI sub-endpoint path"
  },
  "params": {
   "type": "object",
   "description": "Query parameters"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sna4an-football-prediction-api-c6b4ab31/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from sna4an-misc.vercel.app](https://www.zero.xyz/host/sna4an-misc.vercel.app/llms.txt)
