GET https://kwery-api.com/v1/limits
Cost: 0 credits.
Response
{
"plan": "free",
"credits": {
"used": 1200,
"limit": 1000000,
"remaining": 998800
},
"rate_limits": {
"requests_per_second": 5,
"requests_per_minute": 60
},
"features": {
"enhanced_apis": false,
"webhooks": false
}
}
Plan values
| Plan | plan field | RPS | RPM | Monthly credits |
|---|---|---|---|---|
| Free | free | 5 | 60 | 1M |
| Developer | developer | 25 | 300 | 10M |
| Business | business | 50 | 600 | 50M |
features.enhanced_apis and features.webhooks are true on Developer and Business plans.
See Plans & Pricing and Rate Limits.