How can I see how many people are verified somewhere through the FourSquare API?

I am looking for a method to find out how many people checked out somewhere. Example. The library has 73 people available through the swarm. How can I get this information through the API? I could not find anything in the api that could do this.

+4
source share
1 answer

It seems to me that Four Square has real-time api documentation, https://developer.foursquare.com/overview/realtime , otherwise it seems like they are using a swarm, https://developer.foursquare.com/docs / users / checkins ; Hope this helps.

0
source

All Articles