segler-alex / radiobrowser-api-rust

radio-browser API implementation in rust
GNU Affero General Public License v3.0
230 stars 96 forks source link

How to combine API search #119

Closed shinokada closed 3 years ago

shinokada commented 3 years ago

Is it possible to search combining searches like byname and languages together?

For example:

https://de1.api.radio-browser.info/json/stations/byname/jazz/english
https://de1.api.radio-browser.info/json/stations/bytag/jazz/countrycodeexact/us
shinokada commented 3 years ago

Using advanced search, http://all.api.radio-browser.info/json/stations/search:

curl -X POST -H "Content-Type: application/json" -d '{"tag":"jazz","state":"queensland"}' http://all.api.radio-browser.info/json/stations/search