API for [CN][睿享717]5月1日/公益/长久/3倍/残酷PVE服
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90285182668883973",
"domain": null,
"id": 11544403,
"ip": "14.153.170.246",
"port": 7025,
"query": 37025,
"project_id": null,
"color": 0,
"city": "Huizhou",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1780864415,
"last_online": 1780258874,
"icon": null,
"name": "[CN][睿享717]5月1日/公益/长久/3倍/残酷PVE服",
"connect": "14.153.170.246:7025",
"request": "14.153.170.246:37025",
"map": "VRisingWorld",
"gamemode": "8bd161c7-cce0-4cd0-bc01-1860c2646482",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 128,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779355524,
"last_update": 1780864415,
"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": 4046,
"language": "zh",
"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/11544403");
$data = json_decode($json, true);
var_dump($data);