API for Your Server Name - EUGameHost.com
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286454133846034",
"domain": null,
"id": 11602625,
"ip": "185.36.205.5",
"port": 28055,
"query": 28056,
"project_id": null,
"color": 0,
"city": "London",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1781273578,
"last_online": 1781175714,
"icon": null,
"name": "Your Server Name - EUGameHost.com",
"connect": "185.36.205.5:28055",
"request": "185.36.205.5:28056",
"map": "VRisingWorld",
"gamemode": "e63fcb20-8bba-4a2b-ab99-ee152eb42776",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779375785,
"last_update": 1781273578,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4135,
"language": "en",
"parked": false,
"app": {
"id": 55075,
"steam_id": 1604030,
"name": "V Rising",
"url": "v-rising"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11602625");
$data = json_decode($json, true);
var_dump($data);