9

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.

Jonas
  • 121,568
  • 97
  • 310
  • 388
Rajan Twanabashu
  • 4,586
  • 5
  • 43
  • 55
  • FM radio isn't online... are you sure your'e not referring to internet radio? – Brad Apr 04 '15 at 05:46
  • yes radio are not online , but most of the FM station have there public address to listen there broadcasting. I want to know if there is a way to find these address. – Rajan Twanabashu Apr 05 '15 at 08:55
  • Ah, I understand... you're looking for a directory of internet radio stations? The SHOUTcast directory is still the largest, but won't contain everything. – Brad Apr 05 '15 at 15:57
  • 1
    Thanks brad. Yes this is what i want. exactly like SHOUTcast Radio Directory API http://wiki.shoutcast.com/wiki/SHOUTcast_Radio_Directory_API But yes it doesnot list all the stations. – Rajan Twanabashu Apr 06 '15 at 08:23

2 Answers2

10

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

Community
  • 1
  • 1
Rajan Twanabashu
  • 4,586
  • 5
  • 43
  • 55
3

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.

ekrenzin
  • 387
  • 2
  • 12