Fixtures API
Fixtures and results by date, league or season, with goals, corners and cards on every row. From $5/mo.
GET /v1/fixtures?start_time=1783814400
curl https://api.5dollarfootballapi.com/v1/fixtures?start_time=1783814400
-H "Authorization: Bearer fb_live_your_key"
{
"success": 1,
"data": [
{
"id": 197590528,
"league": { "id": 43659, "name": "USA USL Cup" },
"teams": { "home": { "name": "Forward Madison FC" }, "away": { "name": "Union Omaha" } },
"kickoff_utc": "2026-07-12T00:00:00+00:00",
"status": "finished",
"goals": { "home": 4, "away": 3 }
}
],
"pagination": { "page": 1, "per_page": 50, "has_more": true }
}
What you get
- Query any 24h window, a league season, a team, or all live matches
- Goals, corners and cards on every fixture — full-time and half-time
- UTC timestamps, clean JSON, cursor-free pagination
- Denormalized team and league names, no extra joins
The endpoint
One authenticated request returns clean JSON. Full parameters and responses are in the docs.
GET /v1/fixtures?start_time=1783814400Related
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.
Start building for free
Get a working API key in under a minute. No credit card, no sales call.