Simple REST API Icon Example

HTML

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<div class="container">
    
    <h1>TS3 Server Icon</h1>
    
    <div class="row">
        <div class="col-xs-4">Server Icon:</div>
        <div class="col-xs-8">
            <img src="https://api.planetteamspeak.com/servericon/82.211.30.15:9987/?id=1404200104&amp;img=1" alt="" />
        </div>
    </div>
    
</div>

CSS

/**
 * Simple REST API Icon Example
 * ----------------------------
 * ServerQuery connections are initiated 
 * from the following IPs:
 *
 * - 37.59.113.89
 * - 167.114.184.17
 * - 151.80.148.48
 *
 * Please consider adding those IPs to your 
 * TeamSpeak 3 Servers whitelist file.
 */