yesimvs
yesimvs

Reputation: 21

Foursquare API get category id from category name

I'm trying to make an app with using Foursquare API. There will be a textfield and user will type category name. So I need to get category id with this name, but I didn't find any endpoint. How can I do this?

Upvotes: 0

Views: 252

Answers (1)

enc_life
enc_life

Reputation: 5169

You can cache the response from the venues/categories endpoint and search for the category id you need.

Upvotes: 0

Related Questions