Announcement

Collapse
No announcement yet.

Is there a change or bug with the API?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Is there a change or bug with the API?

    Hello,
    Is there a bug with the API?
    code:
    http://api.shoutcast.com/legacy/genrelist?k=*************
    return a list with all counts=0
    PHP Code:
    <genre name="00s" count="0"/>
    <
    genre name="30s" count="0"/>
    <
    genre name="40s" count="0"/>
    <
    genre name="50s" count="0"/>
    <
    genre name="60s" count="0"/>
    <
    genre name="70s" count="0"/>
    <
    genre name="80s" count="0"/>
    <
    genre name="90s" count="0"/> 

    code:
    https://api.shoutcast.com/legacy/genresearch?genre=chill&k=*************
    returns...nothing
    PHP Code:
    <stationlist>
    <
    SCRIPT id="allow-copy_script">(function agent() { let unlock false document.addEventListener('allow_copy', (event) => { unlock event.detail.unlock }) const copyEvents = [ 'copy''cut''contextmenu''selectstart''mousedown''mouseup''mousemove''keydown''keypress''keyup', ] const rejectOtherHandlers = (e) => { if (unlock) { e.stopPropagation() if (e.stopImmediatePropagatione.stopImmediatePropagation() } } copyEvents.forEach((evt) => { document.documentElement.addEventListener(evtrejectOtherHandlers, { capturetrue, }) }) })()</SCRIPT>
    <
    tunein base="/sbin/tunein-station.pls" base-m3u="/sbin/tunein-station.m3u" base-xspf="/sbin/tunein-station.xspf"/>
    </
    stationlist
Working...
X