what endpoint should i include when searching for multiple categories and sub category using the foursquare API

Hi i am delevloping an app and need to know how to access the endpoit url when i want to perform a search for a category or multiple catagories when using the foursquare API. That is how to i build my Url to return a specific category. and how do i combine it with the API endpoit of venues search

Upvotes: 0

Views: 381

Answers (1)

akdotcom
akdotcom

Reputation: 4687

You can specify a comma separated list of category ids in the "categoryId" param for /venues/search which will filter returned venues to those in those categories.

Upvotes: 1

Related Questions