Football API
FuteData
Live football match results, statistics, and real-time game data.
Base URL
https://api.vortexia.wiki/football/api/v1All endpoints require X-API-Key header or ?api_key= query param. Costs deducted from weekly quota per request. Rate limit: 1.5s between scrapes.
Plans & Pricing
Choose the plan that fits your needs.
Free
fr-
Weekly requests250
Search rangeToday only
- All league listings
- Today's matches
- Basic search
Lite
lt-
Weekly requests1,250
Search range±1 day
- Everything in Free
- Live matches
- Other dates
- Extended search
Standard
sta-
Weekly requests5,000
Search range±3 days
- Everything in Lite
- Full match data
- Wider search range
- Priority support
Pro
pro-
Weekly requests7,500
Search range±5 days
- Everything in Standard
- Match detail with stats
- Odds & lineups
- Events & TV data
Enterprise
ent-
Weekly requests10,000
Search range±5 days
- Everything in Pro
- Highest request limit
- Custom integrations
- Dedicated support
Endpoints
Leagues
/leaguescost: 1List all 867+ competitions (name, country, region, slug)
/leagues/search?q=cost: 1Search leagues by name, country, or region
/leagues/{slug}cost: 2Get matches for a league (e.g. england/premier-league)
Matches
/matchescost: 2/3Today's matches. Use ?date=YYYY-MM-DD for other dates
/matches/livecost: 1Currently live matches only
/matches/search?q=cost: 3Search matches by team name (scans ±N days based on tier)
/matches/{id}cost: 5Match detail: score, odds, stats, events, lineups, TV
Admin
/admin/keyscost: -List all API keys with usage stats
/admin/keyscost: -Create a new key. Body: { tier, name }
/admin/keys/{prefix}cost: -Key detail by prefix
/admin/keys/{prefix}cost: -Toggle active / update IP or name
/admin/keys/{prefix}cost: -Delete a key by prefix
/admin/cache/flushcost: -Clear all in-memory caches
/admin/db/resetcost: -⚠ Reset DB and generate new admin key