Documentation - subscription_info
Contains user subscription information.
Each request to subscription_info costs 0 row.
Each result in the response costs 0 rows.
• info
Column | Type | Where | Having | Description |
---|---|---|---|---|
rows_left | int | − | − | Number of rows available for making API requests. |
rows_limit | int | − | − | Total number of rows available for the subscription plan. |
subscription | string | − | − | Name of the API subscription plan. |
Examples
Request
Response
{ "info": { "rows_left":497323, "rows_limit":500000, "subscription":"Enterprise Subscription" } }