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/3687501
json
{
"response": {
"id": 3687501,
"ip": "90.187.15.37",
"port": 27000,
"query": 27016,
"owner_name": "tetriskillerh",
"owner_avatar": "f40569b4-e7a4-4d50-b685-3ca1e97d02c0.jpg",
"color": 0,
"description": "",
"game": 227300,
"owner": 61294,
"boosts": 1,
"last_offline": 1741701447,
"score": null,
"last_online": 1745820038,
"icon": null,
"name": "Irrenhaus 2.0",
"connect": "90.187.15.37:27015",
"request": "90.187.15.37:27016",
"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": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1711992002,
"last_update": 1745820038,
"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": "tetriskillerh",
"avatar": "f40569b4-e7a4-4d50-b685-3ca1e97d02c0.jpg"
},
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/3687501");
$data = json_decode($json, true);
var_dump($data);