Usage Tracking
Was this section helpful?
What made this section helpful for you?
What made this section unhelpful for you?
On this page
- Usage Tracking
Price:
Endpoint URL:
https://api.similarweb.com/user-capabilities?api_key={{similarweb_api_key}}
Replace {{similarweb_api_key}} with your actual API key.
Parameters:
api_key: Your unique Similarweb API key. Enter it without the {{ }} brackets.
Example Request:
curl --location -g 'https://api.similarweb.com/user-capabilities?api_key={{similarweb_api_key}}'
Example Response:
The response provides a JSON object detailing the current data credit allowance and remaining credits. Here’s an example:
{"allowance": 10000, "user_remaining": 4989 }