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/4110717
json
{
"response": {
"id": 4110717,
"ip": "167.71.20.179",
"port": 27016,
"query": 27016,
"owner_name": "boomergamer",
"owner_avatar": "dcd49db5-8126-4ad8-bcde-8faf2cfce679.jpg",
"color": 0,
"description": "",
"game": 227300,
"owner": 82104,
"boosts": 1,
"last_offline": 1733338052,
"score": 0,
"last_online": 1744401654,
"icon": null,
"name": "Boomer's Gamers ETS2 Server #2000",
"connect": "167.71.20.179:27015",
"request": "167.71.20.179:27016",
"map": "/map/europe.mbd",
"gamemode": "Boomer's Gamers ETS2 Server",
"version": "1.0.0.0",
"numplayers": 2,
"maxplayers": 8,
"bots": 2,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 67,
"add_date": 1714688291,
"last_update": 1744401654,
"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": "boomergamer",
"avatar": "dcd49db5-8126-4ad8-bcde-8faf2cfce679.jpg"
},
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/4110717");
$data = json_decode($json, true);
var_dump($data);