Reputation: 21
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
Reputation: 5169
You can cache the response from the venues/categories endpoint and search for the category id you need.
Upvotes: 0