π€Getting Started
Needed information on how to get started.
Making requests and the limitations of the API
Authentication & Security
http://opml.radiotime.com | not secure by default.
https://opml.radiotime.com | secure and encrypted.# Docs: GET /endpoint.ashx
curl -s -X GET "https://opml.radiotime.com/endpoint.ashx"API Responses
<opml version="1">
<head>
<title>Some Title</title>
<status>200</status>
</head>
<body>
<outline type="audio" text="OctoStation" URL="http://opml.radiotime.com/Tune.ashx?id=a12345" bitrate="128" reliability="99" guide_id="s45087" subtext="OctoStation" genre_id="g61" formats="mp3" item="station" image="http://cdn-profiles.tunein.com/a12345/images/logoq.png" now_playing_id="a12345" preset_id="a12345"/>
</body>
</opml>Alternative responses
Last updated