gladys0313
gladys0313

Reputation: 2679

how to get foursquare venue category from URL or specific venue id

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?

Upvotes: 0

Views: 446

Answers (1)

enc_life
enc_life

Reputation: 5169

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

Upvotes: 1

Related Questions