apisports_status
Check your API subscription plan and remaining daily quota. Call this first when data requests return empty to determine if you've hit your 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 | |||