EcoNuker API
  • Welcome
  • Ratelimits
  • Auth Tokens
  • Items
  • Servers
  • Bot Information
  • Testing
  • Quickstart
    • Examples - Python
    • Examples - JS
Powered by GitBook
On this page

Ratelimits

EcoNuker API's Ratelimits

The default ratelimit is 100/minute, to a max of 1000/hour for each route.

Ratelimits are applied per IP, not per auth token.

Exempt:

  • The /ping route has no ratelimit.

  • The /avatar route has no ratelimit.

Different:

  • /servers - 30/minute

  • /server/{id} - 30/minute

  • /ratelimittest - 1/minute (THIS IS A TESTING ROUTE.)

PreviousWelcomeNextAuth Tokens

Last updated 2 years ago