Standings API
League tables by season — plus corner and card league tables you will not find on other cheap APIs. From $5/mo.
GET /v1/standings?league=39&type=total
curl https://api.5dollarfootballapi.com/v1/standings?league=39&type=total
-H "Authorization: Bearer fb_live_your_key"
{
"success": 1,
"data": {
"league_id": 39, "type": "total", "round": 38,
"table": [
{ "position": 1, "team": { "name": "Pyunik Yerevan" }, "played": 36, "win": 24, "draw": 10, "lose": 2, "points": 82 }
]
}
}
What you get
- Full league tables: played, W/D/L, goals, goal difference, points
- Corner and card league tables via ?type=corner|card
- Latest round resolved automatically
- Team names resolved for you
The endpoint
One authenticated request returns clean JSON. Full parameters and responses are in the docs.
GET /v1/standings?league=39&type=totalStart building for free
Get a working API key in under a minute. No credit card, no sales call.