Dan Rubins

Does anyone know what rate limits exist on the API? I haven’t run into any issues, but I want to be considerate of others.

Mitchell Kotler

The API is rate limited to one request per second - it will return status code 503 if you are exceeding the limit.

Dan Rubins

Great, thx!