Ahrefs API v3 is releasing soon
Since API v3 for Enterprise plans is coming soon, API v2 is being discontinued and you can no longer subscribe to it. If you already have an active API v2 subscription, it will still work as before.
Please contact support if you have questions.
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" } }