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.)

Last updated