Integrating with VVVVVVV

We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Connect with us

Connect button

xml
<a href="https://gamemonitoring.net/viscera-cleanup-detail/servers/6387823/connect" target="_blank" style="padding: 10px 20px;border-radius: 5px;color: #fff;background: #2dcb70;text-shadow: 0 1px 0 rgb(0 0 0 / 10%);text-align: center;text-transform: uppercase;">Connect</a>

Banner 560x95

VVVVVVV
xml
<a href="https://gamemonitoring.net/servers/6387823" target="_blank">
  <img src="https://widgets.gamemonitoring.net/servers/6387823/560x95.png" alt="VVVVVVV" title="VVVVVVV" />
</a>

Banner 88x31

VVVVVVV
xml
<a href="https://gamemonitoring.net/servers/6387823/vote" target="_blank">
  <img src="https://widgets.gamemonitoring.net/servers/6387823/88x31.png" alt="VVVVVVV" title="VVVVVVV" />
</a>

Banner 350x20

VVVVVVV
xml
<a href="https://gamemonitoring.net/servers/6387823" target="_blank">
  <img src="https://widgets.gamemonitoring.net/servers/6387823/350x20.png" alt="VVVVVVV" title="VVVVVVV" />
</a>

JSON for programs, websites and more

bash
https://api.gamemonitoring.net/servers/6387823

Code examples

php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/6387823");
$data = json_decode($json, true);
var_dump($data);