API status and plan
check_api_statusVerify if the Live Tennis API is accessible and identify the plan tier of your API key to diagnose data retrieval issues.
Instructions
Check whether the Live Tennis API is reachable and which plan the configured key is on. Useful for diagnosing why other tools are refusing data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | True when the call returned data. False for a tier wall, a missing or rejected key, or an empty result — all of which are normal states with a clear remedy, not failures. | |
| tier | No | Detected plan: FREE, BASIC, PRO or ULTRA. Null when no key is configured. | |
| has_key | No | Whether a key was supplied with this call. | |
| message | Yes | Human-readable summary. Identical to the text content, so either half can be used alone. | |
| reachable | No | True when the API answered its health check. | |
| api_version | No | API version reported by the health check. |