Exclusive to us at this price
Cards API
Yellow and red cards per fixture, plus card league tables ranking teams by bookings. From $5/mo.
GET /v1/standings?league=39&type=card
curl https://api.5dollarfootballapi.com/v1/standings?league=39&type=card
-H "Authorization: Bearer fb_live_your_key"
{
"success": 1,
"data": {
"league_id": 39, "type": "card",
"table": [
{ "position": 1, "team": { "name": "Shirak" }, "played": 13, "total_for": 32, "average_for": 2.46 }
]
}
}
What you get
- Yellow and red cards, home and away, per fixture
- Card league tables via /v1/standings?type=card
- Card line odds where available
- Clean JSON, one call per fixture
The endpoint
One authenticated request returns clean JSON. Full parameters and responses are in the docs.
GET /v1/standings?league=39&type=cardStart building for free
Get a working API key in under a minute. No credit card, no sales call.