API for 0326新开纯PVE/1.5倍物资3倍丧尸/微魔改地堡G区/特色修仙系统/一切靠自己
JSON for programs, websites and more
text
json
{
"response": {
"build": 118271,
"extraFlags": 0,
"nameHeaderRaw": "f0df1c010003",
"statusFlags": 32,
"type": 0,
"unknownStatusFlags": 32,
"steam_id": null,
"domain": null,
"id": 11752668,
"ip": "45.125.44.154",
"port": 7302,
"query": 7302,
"color": 0,
"city": "Jinan",
"description": null,
"game": 513710,
"owner": null,
"boosts": 1,
"last_offline": 1780575242,
"last_online": 1780600968,
"icon": null,
"name": "0326新开纯PVE/1.5倍物资3倍丧尸/微魔改地堡G区/特色修仙系统/一切靠自己",
"connect": "45.125.44.154:7302",
"request": "45.125.44.154:7302",
"map": null,
"gamemode": "community-direct",
"version": "1.3.0.1.118271",
"numplayers": 0,
"maxplayers": 128,
"bots": 0,
"secured": null,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1780519375,
"last_update": 1780600968,
"banned": false,
"wipe": null,
"official": false,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4567,
"language": "zh",
"parked": false,
"app": {
"id": 11540,
"steam_id": 513710,
"name": "SCUM",
"url": "scum"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11752668");
$data = json_decode($json, true);
var_dump($data);