Skip to main content
Version: v2

Subscription status and API credits usage endpoint

API credits status endpoint

API credits usage status

It's possible to get the current status of API credits usage at the dashboard or using API endpoint:

GET https://api.scrapingant.com/v2/usage?x-api-key=<YOUR_SCRAPINGANT_API_KEY>

With the following output:

{
"plan_name": "Enthusiast", // Active subscription plan name
"start_date": "2022-01-11T00:00:00", // Active subscription start date
"end_date": "2022-02-11T00:00:00", // Active subscription end date
"plan_total_credits": 100000, // Active subscription total credits
"remained_credits": 96740 // Active subscription credits left
}