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/5993855
json
{
"response": {
"id": 5993855,
"ip": "86.124.110.108",
"port": 27115,
"query": 27115,
"owner_name": "HattrickHKSCaramelHack",
"owner_avatar": "dd301bfa-82aa-4cf0-85e6-fed03fc3c344.jpg",
"color": 0,
"description": null,
"game": 80,
"owner": 44430,
"boosts": 1,
"last_offline": 1743699890,
"score": 0,
"last_online": 1743841863,
"icon": null,
"name": "hattrick.go.ro:27115 fy_snow 102_tick",
"connect": "hattrick.go.ro:27115",
"request": "86.124.110.108:27115",
"map": "fy_snow",
"gamemode": "Condition Zero",
"version": "1.0.0.3",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "RO",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1727131937,
"last_update": 1743841863,
"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": {
"username": "HattrickHKSCaramelHack",
"avatar": "dd301bfa-82aa-4cf0-85e6-fed03fc3c344.jpg"
},
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/5993855");
$data = json_decode($json, true);
var_dump($data);