Exclusive to us at this price
Corner Stats API
The corner data other APIs skip: full-time and half-time corner counts, corner-line odds, timestamped corner events, and corner league tables. From $5/mo.
GET /v1/fixtures/{id}/odds?market=corner
curl https://api.5dollarfootballapi.com/v1/fixtures/{id}/odds?market=corner
-H "Authorization: Bearer fb_live_your_key"
{
"success": 1,
"data": {
"fixture_id": 197590518,
"bookmakers": [
{
"id": 281, "name": "Bet 365", "slug": "bet365",
"odds": {
"corner_line": {
"opening": { "line": 9.5, "over": 1.85, "under": 1.85 },
"closing": { "line": 10.5, "over": 1.9, "under": 1.8 },
"inplay": { "line": 11, "over": 2.0, "under": 1.7 }
}
}
}
]
}
}
What you get
- Full-time and half-time corner counts per fixture
- Corner-line and Asian-corner odds (opening / closing / in-play)
- Timestamped corner events in every match timeline
- Corner league tables via /v1/standings?type=corner
The endpoint
One authenticated request returns clean JSON. Full parameters and responses are in the docs.
GET /v1/fixtures/{id}/odds?market=cornerRelated
Frequently asked questions
You get the same core resources developers build on — live scores, fixtures, standings, teams and odds — plus corner-line odds and corner/card league tables that API-Football does not offer. We do not claim parity on player-level extras like transfers or injuries. The pitch is "their feature set, plus richer odds and corner stats, at roughly a quarter of the price."
Start building for free
Get a working API key in under a minute. No credit card, no sales call.