Search code examples
herokurate-limiting

Is there a rate limit for APIs hosted on Heroku?


I'm hosting my API on Heroku (example endpoint: https://some-api.herokuapp.com/some/request). I'm not currently paying for any subscription on Heroku.

Is there a limit to the number of calls to this API that I can make, eg. per hour?


Solution

  • There is no limit on requests your application can receive. You should implement rate limiting in your own code.