Live now · Football Predictions API · Stripe checkout

FOOTBALL PREDICTIONS
AS JSON.

Daily worldwide football predictions for apps, bots, and research. You buy a monthly (or yearly) API key — then request matches by date. Try 10 real matches free, then subscribe from $49/mo.

Pay with Stripe API key after payment REST JSON · X-API-Key All countries included

Payment successful

Save your API key now. We also email it to the address you used at checkout (when email is configured). Use it in the X-API-Key header.

Loading your key...
Go to docs Your account

HOW BUYING WORKS

No app store. No hidden fees. You pay Stripe, then you get a key for the Football Predictions API.

01

Inspect the sample

Free, no card. You see 10 real past-day matches in a readable view and as JSON.

02

Choose a plan

Starter $49 · Pro $79 · Pro + Safe Picks $99 per month. Yearly saves about 2 months.

03

Get your API key

Stripe takes the payment. We show the key on this page and email it. Cancel anytime in Stripe.

Free preview · no API key

SEE WHAT YOU GET

This is live data from our API — not a mock. The free sample shows the first 10 matches from a past day. A paid key returns the full day (often hundreds of matches, peak 900+) and includes today.

Loading a real sample…

Paid access uses the same fields you see here. Starter = 1X2, Over/Under 2.5, BTTS. Pro adds half-time, handicap, correct score, cards, and corners.

WHY THIS FEED

Same prediction engine as the Tsapou apps, delivered as JSON for your own product.

UP TO 900+

Peak days can exceed 900 matches worldwide — top leagues plus deep domestic competitions, not just Big 5 headlines.

MULTI-MARKET

1X2, O/U 2.5, BTTS, HT, HT/FT, double chance, handicap, correct score, cards, and corners with probabilities.

APP-READY

Match IDs, kickoff, venue, form, table places, and result tracking fields for widgets, bots, and research tools.

FOOTBALL — WHAT EACH MATCH INCLUDES

Applies to the live Football API. Starter unlocks core markets. Pro unlocks the full stack below.

1X2 — predicted result + % probabilities
O/U 2.5 — over/under with probabilities
BTTS — both teams to score yes/no
Half-time — HT prediction + HT/FT
Double chance — 1X / X2 / 12 style picks
Handicap — Asian-style lines + probability
Correct score — predicted scoreline
Cards & corners — line, avg, over/under, predicted totals
Form — recent W/D/L for both teams
Context — league, venue, kickoff, standings place
Football API | Live

FOOTBALL PRICING

You are buying a Football Predictions API subscription — not the mobile app. After Stripe checkout you receive an API key. All plans include every country. Yearly saves about 2 months.

Select a plan to continue.

Secure Stripe checkout. You get the API key on this page after payment (and by email). Cancel anytime in Stripe.

Subscribers

YOUR ACCOUNT

Already subscribed? Resend your API key or manage billing — same email you used at Stripe checkout.

HOW TO USE

After you subscribe, send X-API-Key on every request. Always pass date=YYYY-MM-DD. Future dates are rejected. The free sample above needs no key and shows past days only (first 10 matches — real days often have hundreds).

GET /api/football/predictions

date required. country / league optional. This is the paid endpoint.

curl -H "X-API-Key: YOUR_KEY" \
  "API_BASE/api/football/predictions?date=2026-07-24&country=England"
GET /api/football/safe-picks

Pro + Safe Picks only. date required.

curl -H "X-API-Key: YOUR_KEY" \
  "API_BASE/api/football/safe-picks?date=2026-07-24"
GET /api/football/sample

Free preview — no key. Last 3 past days. Returns 10 matches plus total_available. Open the live sample.

curl "API_BASE/api/football/sample"
GET /api/me
curl -H "X-API-Key: YOUR_KEY" "API_BASE/api/me"

Also see pricing, your account, and other sport APIs.

API FAQ

Straight answers for developers evaluating the Football Predictions API.

How do I authenticate?

Send your key in the X-API-Key header. You get it after Stripe checkout (and by email when email is configured). Lost it? Use Your Account → Resend API key.

Is a date parameter required?

Yes — always pass date=YYYY-MM-DD. Future dates are rejected. Free sample is past days only; paid plans include today.

Is there a free sample?

Yes. Open See what you get — it loads 10 real past-day matches with no API key. The same JSON is at GET /api/football/sample.

What plans are available?

Starter ($49/mo), Pro ($79/mo), Pro + Safe Picks ($99/mo), plus yearly. All Football plans include every country. See pricing.

How do I cancel or update billing?

Open Manage subscription, verify with an email code, then use the Stripe Customer Portal.