/sports namespace · APlicious

Football scores API — Premier League, live standings, and match results

GET /sports/football/scores?league=premier-league for live and recent match results in structured JSON — no separate sports data API subscription, one APlicious key covers football alongside cricket, F1, and basketball.

11sports endpoints
Get free API key View docs
GET /api/v1/sports/football/scores
const res = await fetch(
  'https://aplicious.com/api/v1/sports/football/scores?league=premier-league',
  { headers: { 'X-API-Key': 'lapi_live_••••' } }
);
const { data } = await res.json();
// { league: "Premier League", matches: [
//   { home: "Arsenal", away: "Chelsea", home_score: 2, away_score: 1, status: "FT" }, ...] }

No credit card · Free to start · X-API-Key header auth

What's included in /sports

Premier League scores

Live and recently completed match scores, home/away teams, goals, and match status.

Multiple leagues

Supported leagues include premier-league, la-liga, bundesliga, serie-a, and ligue-1.

Structured JSON

Every match returns home_team, away_team, home_score, away_score, status (live/FT/upcoming), and kickoff time.

Pairs with cricket and F1

The same key covers /sports/cricket, /sports/f1, /sports/basketball, and /sports/hockey — build a multi-sport dashboard.

150,000+ cricket matches

The cricket endpoints are backed by an owned Cricsheet dataset — more depth than the live football data.

Start using the football scores API today

Free tier — 250 calls/month, no credit card. Upgrade when you need more.

Get free API keyExplore /sports docs

Frequently asked questions

Is the data real-time?

Live scores update every 60 seconds during active matches. Completed match results are cached for 24 hours.

Which leagues are supported?

premier-league, la-liga, bundesliga, serie-a, and ligue-1. More leagues on the roadmap.

Are Indian football leagues (ISL) covered?

Not currently — the Indian Super League is on the roadmap. Cricket and kabaddi coverage is strong for Indian sports fans.

Related API guides

Cricket API — 150,000+ Matches, Player Stats, Head-to-Head

Cricket match data ingested from Cricsheet (ODC-BY licensed) into our own databa

Read guide

F1 API — Driver Standings, Race Results, Free

GET current Formula 1 driver standings and race results. Structured JSON. Covere

Read guide

RapidAPI Alternative — One Key, 34 APIs, No Per-API Billing

Tired of managing multiple API keys and invoices? APlicious gives you 10 live na

Read guide

One key unlocks all 10 namespaces — finance, legal, property, jobs, wellness, and more.

View all plans and pricing →