segler-alex / radiobrowser-api-rust

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

Feature Request: Compress the list of all radio stations / supported output formats #151

Closed NerfBro closed 11 months ago

NerfBro commented 2 years ago

Hi, Is it possible to return a .zip file as an output format of the all stations call? This will reduce the output to 1/10th the size and greatly accelerate the call to this API function.

Somethings like: http://de1.api.radio-browser.info/json/stations?compress=true

Thanks.