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/5993857
json
{
"response": {
"id": 5993857,
"ip": "86.124.110.108",
"port": 27135,
"query": 27135,
"owner_name": "HattrickHKSCaramelHack",
"owner_avatar": "dd301bfa-82aa-4cf0-85e6-fed03fc3c344.jpg",
"color": 0,
"description": null,
"game": 30,
"owner": 44430,
"boosts": 1,
"last_offline": 1743699890,
"score": 0,
"last_online": 1743770469,
"icon": null,
"name": "hattrick.go.ro:27135 dod_flash 102_tick",
"connect": "hattrick.go.ro:27135",
"request": "86.124.110.108:27135",
"map": "dod_flash",
"gamemode": "Day of Defeat",
"version": "1.1.2.6",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "RO",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1727131953,
"last_update": 1743770469,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": false,
"app": {
"id": 28,
"steam_id": 30,
"name": "Day of Defeat",
"url": "day-of-defeat",
"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/5993857");
$data = json_decode($json, true);
var_dump($data);