Skip to main content
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

Planplan fieldRPSRPMMonthly credits
Freefree5601M
Developerdeveloper2530010M
Businessbusiness5060050M

features.enhanced_apis and features.webhooks are true on Developer and Business plans.

See Plans & Pricing and Rate Limits.