originally posted in:BungieNetPlatform
Hi, does anyone know what rate limiting there is, if any, on the public API methods?
-
I don't think officially there is. I would say be respectful and conservative on your hits. Cache as much as you can and throttle as appropriate. This is a free service afterall.
-
Edited by dazarobbo: 6/14/2015 4:58:31 PMThe ThrottleSeconds property tells you how long you have to wait before making another request of some type (ie. the same request and probably others), but I don't know of any predefined rates.