apisports_status
Check your subscription status and today's remaining API quota. Call it first when data returns empty to verify if you've hit your daily limit.
Instructions
Your subscription and how much of today's quota is left. Costs no quota — call it first when something returns empty.
Returns: {response:{account:{firstname, lastname, email}, subscription:{plan, end, active}, requests:{current, limit_day}}} — SHAPE FROM VENDOR DOCS. requests.current vs limit_day is the check worth making before blaming the data.
NOTE: this shape is from the vendor's documentation and has NOT been verified against a live response (we hold no key for this provider). Treat it as approximate — inspect the actual payload before relying on a field name.
Example: Quota check
Auth: needs your own key in API_SPORTS_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||