0

I have a list of managed venues.

There is a Venue Stats endpoint, which allows me to get statistics for given venue.

Is there an API (existing or planned) for getting such stats for all managed venues, in one shot?

It is easy to hit rate limit if you have more than several hundreds of venues.

And the files output is not what we like - we would prefer to use the API.

filiprem
  • 6,721
  • 1
  • 29
  • 42

1 Answers1

2

There is no way, currently, to access aggregated stats for a group of venues, but that's a great suggestion and I'll ask the relevant team if they can look into supporting this behavior. Thanks for the feedback!

akdotcom
  • 4,627
  • 2
  • 17
  • 16
  • for all claimed venues, to be specific. – filiprem May 01 '12 at 19:05
  • Note that you *can* get the aggregate check-in stats via the https://developer.foursquare.com/docs/venues/timeseries endpoint, just not the other statistics offered via the venue stats endpoint – akdotcom May 01 '12 at 19:22