I want to build an application which will use a lot of data, trying to "understand" in which roads there is traffic based on the users' check-ins, so it is important for me to know how many data I can request from foursquare. Reading the Foursquare API Platform Policy I found that

Foursquare expressly reserves the right to limit the number and/or frequency of API requests in its sole discretion

Does anybody know if there is a maximum number or frequency of API requests or this limition only exist for malicious attacks?

link|improve this question
Just as an aside, is this for a smart phone? If so, your users might not have unlimited data plans, so be careful. – Paul Cezanne Jan 17 at 21:27
no, the application will run in cloud. i just need foursquare api to get information about the places where a lot of people have been gathered. – alex89 Jan 18 at 8:40
feedback

1 Answer

up vote 2 down vote accepted

500 requests per hour for user related requests. 5000 request per hours for userless requests. If you need more, they allow you to email them and apply for it. You can read in depth here.

https://developer.foursquare.com/overview/ratelimits

link|improve this answer
that's exactly what i was looking for. thanks a lot! – alex89 Jan 19 at 9:09
Can you mark it as the best answer? Im trying to get my rep points up. :) – Nick Jan 19 at 22:41
i 've clicked the answer to be the accepted one, but can't vote it up... still a newbie! – alex89 Jan 21 at 17:45
Thanks for the vote! – Nick Jan 25 at 16:27
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.