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
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/7877475
json
{
"response": {
"id": 7877475,
"ip": "64.40.9.85",
"port": 27068,
"query": 27068,
"owner_name": "notbolo24",
"owner_avatar": "fd4074d0-5268-4374-9878-27bd12824ca6.jpg",
"color": 0,
"description": null,
"game": 10,
"owner": 107635,
"boosts": 1,
"last_offline": 1741965889,
"score": 0,
"last_online": 1742944232,
"icon": null,
"name": "ZRush # Zombie Classic",
"connect": "64.40.9.85:27068",
"request": "64.40.9.85:27068",
"map": "zm_office",
"gamemode": "Zombie Mod Classic 2.7.4",
"version": "1.1.2.7/Stdio",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": false,
"private": false,
"country": "GB",
"status": true,
"votes": 13,
"points": 73,
"add_date": 1740376711,
"last_update": 1742944232,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": false,
"app": {
"id": 3,
"steam_id": 10,
"name": "Counter-Strike",
"url": "counter-strike",
"popular_maps_available": true
},
"server_owner": {
"username": "notbolo24",
"avatar": "fd4074d0-5268-4374-9878-27bd12824ca6.jpg"
},
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/7877475");
$data = json_decode($json, true);
var_dump($data);