|US| Paradise Island |PvE|Zombies|Quests|NoRaid/Kill|NPCRaidBas 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 17,
"fps_avg": 15,
"entities_count": 309335,
"world_seed": 1358280925,
"world_size": 5100,
"steam_id": 90286545768729630,
"domain": null,
"id": 446105,
"ip": "74.91.125.249",
"port": 28021,
"query": 28022,
"color": 0,
"city": "Chicago",
"description": "\nWelcomeWelcome To The Paradise Island PvE Server. We Have A Little Bit Of Everything For Everyone. All Styles Of Play Welcome, Within Our Rule Guidelines.\r\n -- Monthly Wipe At Forced\r\n -- BP's Wipe Every Month\r\n -- Zombies... Lots Of Zombies -- Gathering Levels -- Wipe Every Month\r\n -- Shorter Nights.\r\n -- PvE Map - Protected Contianers\r\n -- No Raiding\r\n -- No Killing\r\n -- Reduced Decay Rate to 30%\r\n \r\n Our Rules Are Set To Provide A Fun Environment\r\n - Absolutely No Racism, Sexism, Trolling, Player/Staff Disrespect, Or Hate Speech\r\n - Voice Or Chat Spamming Will Result in Mutes\r\n - Scripts, Cheats, Use Of Exploits, Or Bots Will Result In A Perm Ban\r\n - Griefing Other Players Is Prohibited\r\n - A Full List Of Rules For Paradise Island Can Be Found On Discord.\r\n \r\n Server Is US East Based EST. GMT -5\r\n Questions, Comments, Concerns? Message Us On Discord!\r\n https://discord.gg/paradiseislandrust\r\n \r\n Coming Soon --- \r\n https://www.paradiseislandrust.com",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778268183,
"last_online": 1780549827,
"icon": null,
"name": "|US| Paradise Island |PvE|Zombies|Quests|NoRaid/Kill|NPCRaidBas",
"connect": "74.91.125.249:28021",
"request": "74.91.125.249:28022",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 2,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1630779744,
"last_update": 1780549827,
"banned": false,
"wipe": 1778178122,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1845,
"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/446105");
$data = json_decode($json, true);
var_dump($data);