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/4580919
json
{
"response": {
"id": 4580919,
"ip": "24.115.74.147",
"port": 27014,
"query": 27014,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "",
"game": 80,
"owner": null,
"boosts": 1,
"last_offline": 1745872688,
"score": 0,
"last_online": 1745871828,
"icon": null,
"name": "*[N1K]* 24/7 CZ GunGame Server",
"connect": "24.115.74.147:27014",
"request": "24.115.74.147:27014",
"map": "gg_dusty_fortress",
"gamemode": "*[N1K]*GunGame",
"version": null,
"numplayers": 0,
"maxplayers": 24,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 30,
"add_date": 1717192627,
"last_update": 1745872688,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": false,
"app": {
"id": 10,
"steam_id": 80,
"name": "Counter-Strike: Condition Zero",
"url": "counter-strike-condition-zero",
"popular_maps_available": true
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/4580919");
$data = json_decode($json, true);
var_dump($data);