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/8321086
json
{
"response": {
"id": 8321086,
"ip": "175.178.222.249",
"port": 10003,
"query": 10003,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": null,
"game": 9000042,
"owner": null,
"boosts": 1,
"last_offline": 1743629902,
"score": 0,
"last_online": 1744087338,
"icon": null,
"name": "AXE GOKZ #3",
"connect": "175.178.222.249:10003",
"request": "175.178.222.249:10003",
"map": "kz_j2s_cupblock_go_fix2",
"gamemode": "Counter-Strike: Global Offensive",
"version": "1.38.8.1",
"numplayers": 0,
"maxplayers": 12,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1743342582,
"last_update": 1744087338,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": false,
"app": {
"id": 1629104,
"steam_id": 9000042,
"name": "Counter-Strike: Global Offensive",
"url": "counter-strike-global-offensive",
"popular_maps_available": true
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/8321086");
$data = json_decode($json, true);
var_dump($data);