Rajan Twanabashu
Rajan Twanabashu

Reputation: 4726

How to find or search for FM radio streaming url?

I am trying to build mobile application for listening to FM radio online. Can any one help me where I can get the information about the streaming url for such FM so that I can make search based on my location or the location string.

Simply saying I want to find all the FM radio station's Streaming URL in specific location.

Upvotes: 9

Views: 25548

Answers (2)

ekrenzin
ekrenzin

Reputation: 407

I've been looking into this in 2022, and wanted to share a potential option for others who are pulling their hair out.

https://www.npmjs.com/package/radio-browser-api

This API has actually turned out to be great! There is some management that needs to be done for dead streams still, and invalid urls, but overall it was a breeze to implement. I reccomend especially as a quick way to implement music into web applications.

Upvotes: 3

Rajan Twanabashu
Rajan Twanabashu

Reputation: 4726

Refined Question: Radio Directory API

Here are the list of api which will gives your radio stations that can be listen through internet.

programmableweb

http://www.programmableweb.com/news/50000-radio-stations-one-api/2012/01/26

Dribble

https://dirble.com/developer/api

shoutcast

http://wiki.shoutcast.com/wiki/SHOUTcast_Radio_Directory_API

Thanks to Brad

Upvotes: 10

Related Questions