0

I have some checkin data and I want to find the high-level hierarchy of each checkin location. However, I only have the location URL or very specific venue id such as 30bf7fef499adda0. So is there any method to find foursquare category hierarchy based on these information?

gladys0313
  • 2,569
  • 6
  • 27
  • 51

1 Answers1

1

If you have the venue id you can call the venue/details api. The response includes a categories object with an array of categories associated with the venue. You can get the full category hierarchy at https://api.foursquare.com/v2/venues/categories

enc_life
  • 4,973
  • 1
  • 15
  • 27