shodan-api-info
Check your Shodan API key usage and limits. Retrieve plan type, remaining credits, and monitor query/scan credit consumption.
Instructions
Check your Shodan API key usage — plan type, remaining credits, and limits.
Useful for monitoring API usage and checking remaining query/scan credits. Requires a Shodan API key.
Returns: ApiInfoResult with plan info and remaining credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | HTTP request timeout in seconds. Default: 30. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | No | API plan name (e.g., dev, oss, basic) | |
| https | No | Whether HTTPS access is enabled | |
| telnet | No | Whether telnet access is enabled | |
| unlocked | No | Whether the API key has been unlocked for paid features | |
| scan_credits | No | Remaining scan credits for the current month | |
| monitored_ips | No | Number of IPs currently being monitored | |
| query_credits | No | Remaining query credits for the current month |