The Front
API for D.J.P. Game Front
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. Contact us
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10113513json
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10113513");
$data = json_decode($json, true);
var_dump($data);