API Evangelist · Rate Limits

Api Evangelist Rate Limits

The API Evangelist Network API and Governance & Discovery API are read-only and meter per API key, with the free tier metered without a key. Free is throttled both per second and per day; the paid tiers are published as daily request ceilings. Enterprise limits are negotiated. Rate limits are documented on the plans page rather than returned as response headers today — a consumer should treat the published daily ceiling as the contract and request higher limits by email rather than relying on a header to discover the remaining budget.

Api Evangelist Rate Limits is the machine-readable rate-limit profile for API Evangelist on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 6 rate-limit definitions, measuring requests_per_second, requests_per_day, and records_per_request.

Tagged areas include Rate Limiting, API Research, Governance, and Quota.

6 Limits
Rate LimitingAPI ResearchGovernanceQuota

Limits

Free tier burst ip
requests_per_second · second
5
Applies to keyless free-tier access.
Free tier daily quota ip
requests_per_day · day
1000
No key required. Discovery operations only; Pro capabilities are gated by key.
Pro daily quota key
requests_per_day · day
5000
Single key issued per Pro account. Sent in the x-api-key header.
Team daily quota key
requests_per_day · day
25000
Multiple keys per Team account, metered against the shared daily ceiling.
Enterprise daily quota key
requests_per_day · day
-1
Custom and negotiated. Contact info@apievangelist.com.
Pagination ceiling request
records_per_request · request
100
The page + limit pair caps at limit=100 on every collection endpoint. A structural ceiling rather than a plan-tier throttle, recorded because it bounds how fast a consumer can drain a collection within its daily quota.

Sources