Q:
API fair use policy
Web Programmer
A:
125 requests/half hour is not a big deal.
We don’t have any specified rate limits (either as rules or enforced on the server) simply because we haven’t had any serious problems with it yet. If pressed for arbitrary guidelines, I’d say “try to stay under 100k requests/day”.
It was mentioned somewhere, that WvW API is requested enormous amounts or times (keeping most up to date data, I suppose), so your 125 requests are unlikely to be even seen in that river.
I make 44 requests (for 200 items each) for prices every 8 minutes + a few for transactions = some more requests for actual data when I work with my tool, not just keep it up collecting stats.
Thank you both for your reply!