Account status
Account status
GET
/v1/status
Your plan, limits and today's usage.
Example
GET /v1/status
curl https://api.5dollarfootballapi.com/v1/status
-H "Authorization: Bearer fb_live_your_key"
{
"success": 1,
"data": {
"plan": "pro",
"limits": { "rate_limit": 10, "rate_window_seconds": 60 },
"usage": { "today": 124 }
}
}
Need a key? Create a free account — a working key is issued instantly, no card required.