(6/4) Indy 5x Monthly | Mini Spawns | No Turret Limit 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 81,
"fps_avg": 80,
"entities_count": 132815,
"world_seed": 1337,
"world_size": 4750,
"steam_id": 90286666259882000,
"domain": null,
"id": 1027585,
"ip": "104.192.227.19",
"port": 28025,
"query": 28027,
"project_id": null,
"color": 0,
"city": "Chicago",
"description": "Monthly Map and BP Wipes \r\nDiscord: https://discord.gg/RAx8uEeATT \r\nNo TP \r\nNo max group size \r\n5x Gather \r\nNo Turret limit! \r\n/remove (no hiding loot behind walls) \r\nMini/scrap helis and boat/rhib spawns! \r\nCars spawn with engine parts \r\nHackable Crates reduced to 10 minutes \r\nFixed outpost/bandit shops, no waiting for restock \r\nAutoplant \r\nQuick Smelt \r\n/backpack \r\nShorter night \r\nPure Ore Tea added to Bandit Camp food shop! \r\nPowerless electronics \r\nAlways lootable turret (so you can loot after they auto turn on, however this disables the lasers and sounds of turrets sadly) \r\nAutomatic auth to turrets placed within range of a TC you are authed on \r\n/bgrade",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780666464,
"last_online": 1780761033,
"icon": null,
"name": "(6/4) Indy 5x Monthly | Mini Spawns | No Turret Limit",
"connect": "104.192.227.19:28025",
"request": "104.192.227.19:28027",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1685372749,
"last_update": 1780761033,
"banned": false,
"wipe": 1780595010,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3409,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/1027585");
$data = json_decode($json, true);
var_dump($data);