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/8274792
json
{
"response": {
"id": 8274792,
"ip": "172.233.24.148",
"port": 27015,
"query": 27016,
"owner_name": "felix7594",
"owner_avatar": "no.jpg",
"color": 0,
"description": null,
"game": 227300,
"owner": 113621,
"boosts": 1,
"last_offline": 1742652825,
"score": 0,
"last_online": 1745820623,
"icon": null,
"name": "MAPA ELDORADO - OFICIAL - EM TESTE",
"connect": "172.233.24.148:27015",
"request": "172.233.24.148:27016",
"map": "/map/eldorado.mbd",
"gamemode": "Euro Truck Simulator 2",
"version": "1.0.0.0",
"numplayers": 4,
"maxplayers": 128,
"bots": 4,
"secured": false,
"private": false,
"country": "BR",
"status": true,
"votes": 2,
"points": 79,
"add_date": 1742652825,
"last_update": 1745820623,
"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": "felix7594",
"avatar": "no.jpg"
},
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/8274792");
$data = json_decode($json, true);
var_dump($data);