# Status Endpoint
Returns your current quota
Quota
Requests to this endpoint do not count against your quota or rate limit
Request Method: GET
Request URL: https://api.vatcheckapi.com/v2/status
# Request Parameters
Parameter | Type | Mandatory | Description |
---|---|---|---|
apikey | string | ️ | Your API Key |
# Sample Response
{
"quotas": {
"month": {
"total": 300,
"used": 71,
"remaining": 229
}
}
}