🚨Rate Limits
Rate limits are enforced across the PRC API to prevent spam, abuse, and service disruptions caused by overloads. Rate limits apply per API Key, and when not provided, per IP.
Definitions:
On this page,
Application means an application (such as a Discord bot or website) with access to the PRC API. Each application is uniquly identified via their application key, provided in the Authorization header.
Server means a private server. Each server is uniquely identified with with the server key, provided via the Server-Key header.
Global Rate Limit
Each application is limited to a set number of requests per second - rate limits may vary per application and server! You should use the provided headers on each request to dynamically adjust your rate limits.
Last updated