Do you have any questions?
Streamserver API example: Artist output
In the code below, replace "IP ADDRESS" with the IP address of your stream server and "PORT" with the port of your stream server.
SHOUTcast V2
SHOUTcast V2 currently does not provide output for the Artist-only!
Icecast V2
<?php $artist_output = file_get_contents('https://scripts.streampanel.net/cc/artist_icecast.php?url=http://IP-ADRESSE:PORT'); echo $artist_output;