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/7100279
json
{
"response": {
"id": 7100279,
"ip": "179.61.132.104",
"port": 27016,
"query": 27016,
"owner_name": "djgeorge",
"owner_avatar": "03837599-0394-4bdd-ac3a-e72e6753ce6b.jpg",
"color": 0,
"description": null,
"game": 227300,
"owner": 98990,
"boosts": 1,
"last_offline": 1745437605,
"score": 5,
"last_online": 1745818838,
"icon": null,
"name": "Dj George Server",
"connect": "179.61.132.104:27015",
"request": "179.61.132.104:27016",
"map": "/map/europe.mbd",
"gamemode": "hello my name is George and Welcome to my server.",
"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": 1735835201,
"last_update": 1745818838,
"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": "djgeorge",
"avatar": "03837599-0394-4bdd-ac3a-e72e6753ce6b.jpg"
},
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/7100279");
$data = json_decode($json, true);
var_dump($data);