evenodd
evenodd

Reputation: 2126

Geo tag filter with API?

Similar question here: Search by geo filter with soundcloud api

https://api.soundcloud.com/tracks?client_id=CLIENT_ID&tags=geo:

returns a list of tracks with the geo tag, but once you try to specify the location to filter it returns 0 results. For exmaple:

https://api.soundcloud.com/tracks?client_id=CLIENT_ID&tags=geo:lat%3D52.0*

Any ideas?

Upvotes: 1

Views: 95

Answers (1)

nadermx
nadermx

Reputation: 2776

It is not well documented but took a bit, this is how you do it.

https://api.soundcloud.com/tracks?client_id=CLIENT_ID&geo:

Upvotes: 0

Related Questions