These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

API Query Limits

Author
Feanos
Brutor Tribe
Minmatar Republic
#1 - 2012-06-20 15:30:41 UTC
Good day,

As someone who works with and manages the API for our alliance, is anyone aware of any query limits on a per hour/minute basis? We're running into an issue where our forums can run though about half of it's available keys, then dies out immediately beyond a 10 second timeout. If we need to write in some delays, rather than running straight though, that's fine by me, but I'd like to get this worked out, because it's leading to some heavy annoyances with bad access within our systems.

Thanks!
Dragonaire
Here there be Dragons
#2 - 2012-06-21 02:41:46 UTC
http://wiki.eve-id.net/APIv2_Page_Index make sure you are obeying the CachedUntil times

Finds camping stations from the inside much easier. Designer of Yapeal for the Eve API. Check out the Yapeal PHP API Library thread.

Feanos
Brutor Tribe
Minmatar Republic
#3 - 2012-06-22 18:52:40 UTC
I'm aware of these, and are using them effectively, even adding a bit of extra time to ensure that we obey and don't do something stupid for them, and have verified that my code is only contacting outbound for unknown/unhandled data. The issue does appear to of cleared up though, not sure why, no code changes have been made.