SportScore

Live scores and fixtures for several sports, keyless widget API

🩺 Health & FoodHEALTHYchecked 7h ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

SportScore's widget API returns live scores, fixtures and results for football and other sports as JSON. The attribution tier needs no key and sends open CORS headers, in exchange for a visible 'Powered by SportScore' credit. Good for embedding recent matches without a signup.

71HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 71 · healthy
Uptime history
87.3%90 days
86.7%30 days
288P50 · ms
2112P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 36 ms, slowest 1436 ms, most recent 84 ms.
Live response samplecaptured by our last successful check
GET https://sportscore.com/api/widget/matches/?sport=football&limit=2

{
  "sport": "football",
  "count": 2,
  "matches": [
    {
      "home": "Louisville City FC",
      "away": "Hartford Athletic",
      "home_score": 1,
      "away_score": 0,
      "status": "finished",
      "competition": "USL Championship",
      "time": "2026-07-05T00:00:00+00:00"
    }
  ]
}
Call itcurl · fetch · python
curl "https://sportscore.com/api/widget/matches/?sport=football&limit=2"
const res = await fetch("https://sportscore.com/api/widget/matches/?sport=football&limit=2");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://sportscore.com/api/widget/matches/?sport=football&limit=2")
print(res.json())

BROWSER CALLS BLOCKED (NO CORS/HTTPS) — USE THE CURL SNIPPET

Endpoints · 6HealthyFULL DOCS ↗
Monitored path responding — GET /matches/?sport=football&limit=2288 mschecked 7h ago
GET/matches/?sport=football&limit=2PROBED

Live scores and fixtures for several sports, keyless widget API

GET/matches/?limit=5

Matches — documented GET route.

GET/matches/?page=1

Matches — documented GET route.

GET/standings/?sport=football&slug=premier-league&src=nba-dashboard-cli

Standings — documented GET route.

GET/matches/?sport=football&limit=5&src=sportscore-mcp%3C/code%3E

Matches — documented GET route.

GET/matches/?sport=football&limit=10

Matches — documented GET route.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

SportScore: common questions

Is SportScore free to use?

Yes — SportScore is a free health & food API. Free tier: Free — no key (attribution tier). Whether the free tier allows commercial use is unclear — check the provider docs.

Does SportScore need an API key?

No — SportScore needs no API key or signup. You can call it straight away; rate limits still apply (Retry-After: 5s).

Can I call SportScore from the browser?

Not directly — SportScore doesn't send browser-friendly CORS headers, so call it from a server or proxy instead. Copy the curl or Python snippet on this page to get started.

Is SportScore up right now?

As of our last scheduled check, SportScore is healthy with 87.3% uptime over 90 days and a 288 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.