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/5053328
json
{
"response": {
"id": 5053328,
"ip": "198.244.230.174",
"port": 27001,
"query": 27001,
"owner_name": "DivergentServer",
"owner_avatar": "cfcbd40f-3fc9-4f56-b4f8-d61d6582dcde.jpg",
"color": 0,
"description": null,
"game": 227300,
"owner": 76622,
"boosts": 1,
"last_offline": 1745651224,
"score": 0,
"last_online": 1745817641,
"icon": null,
"name": "(UK)Official Divergent Server",
"connect": "198.244.230.174:27000",
"request": "198.244.230.174:27001",
"map": "/map/europe.mbd",
"gamemode": "Euro Truck Simulator 2",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": false,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1720614968,
"last_update": 1745817641,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": false,
"app": {
"id": 1980,
"steam_id": 227300,
"name": "Euro Truck Simulator 2",
"url": "euro-truck-simulator-2",
"popular_maps_available": true
},
"server_owner": {
"username": "DivergentServer",
"avatar": "cfcbd40f-3fc9-4f56-b4f8-d61d6582dcde.jpg"
},
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/5053328");
$data = json_decode($json, true);
var_dump($data);