Live Scores API

Poll real-time football scores, in-play status, goals, corners and cards across thousands of competitions. From $5/mo, with a free tier to start.

GET /v1/fixtures?status=live
curl https://api.5dollarfootballapi.com/v1/fixtures?status=live
  -H "Authorization: Bearer fb_live_your_key"
{
  "success": 1,
  "data": [
    {
      "id": 197590518,
      "league": { "id": 43659, "name": "USA USL Cup" },
      "teams": { "home": { "name": "Birmingham Legion FC" }, "away": { "name": "Tulsa" } },
      "status": "in_play",
      "goals": { "home": 2, "away": 1 },
      "corners": { "home": 7, "away": 3 }
    }
  ]
}

What you get

  • Real-time in-play scores, goals, corners and cards
  • One call returns every live match: GET /v1/fixtures?status=live
  • Burst-friendly rate windows built for how you actually poll
  • Transparent X-RateLimit-* headers on every response

The endpoint

One authenticated request returns clean JSON. Full parameters and responses are in the docs.

GET /v1/fixtures?status=live
Read the API docs

Frequently asked questions

Yes — no credit card required. It covers the top-5 leagues with live scores, fixtures and standings at 1 request/min, so you can build and test before you ever pay.

A simple per-minute rate: 1/min on Free, 10/min on Pro, 40/min on Ultra. No daily caps, no monthly pools. Every response includes X-RateLimit-Limit, X-RateLimit-Remaining and X-RateLimit-Reset headers.

Start building for free

Get a working API key in under a minute. No credit card, no sales call.