SharedCount API

Guides, examples, and live requests for API v1.1.

Current versionv1.1

GET/v1.1/quota

Return information about your quota allocation for the day.


Endpoint

https://api.sharedcount.com/v1.1/quota


Parameters

NameTypeDescription Required
apikeystringYour API Key.true

Code examples

curl 'https://api.sharedcount.com/v1.1/quota?apikey=YOUR_API_KEY'

Try this endpoint

GEThttps://api.sharedcount.com/v1.1/quota

Live request

This calls the live SharedCount API. Successful requests may count against your quota.

Ready
Your response will appear here.

Result format

Success example

{
    "quota_used_today": 812,
    "plan": "personal",
    "quota_remaining_today": 9188,
    "quota_allocated_today": 10000
}
Get your API key