Each request to subscription_info costs 0 row.
Each result costs 0 row.
| 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. |
<?xml version="1.0" encoding="UTF-8"?>
<AhrefsApiResponse>
<info>
<rows_left>
497323
</rows_left>
<rows_limit>
500000
</rows_limit>
<subscription>
Enterprise Subscription
</subscription>
</info>
</AhrefsApiResponse>