TrueNorth Survival - Monthly|Max4|Ai|2xGather|5xStackSize|Proce 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"steam_id": "90286581229347858",
"domain": null,
"id": 11596660,
"ip": "144.217.73.205",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Beauharnois",
"description": "\nWelcome to TrueNorth Survival! Map picked this wipe = Vanilla Procedural size 4500\r\n\r\nActive and friendly staff! We are very strict on a fairplay experience! We come from Dayz hosting and only provide the best and most fun experience with TrueNorth! Make sure to join our discord! Much love.\r\n\r\nJungle Update with new Monuments!\r\nVanilla Loot table\r\n2x Gather rates\r\n5x Stack size\r\nMonthly\r\nNo Paid Kits or features.\r\nMax 4 per group / base (You are allowed to talk with others and trade in person but when comes to combat or raiding it must be 3 only.)\r\nCustom Picked Maps (Voting in discord)\r\nRolePlaying Friendly\r\nRaiding\r\nShared blueprints (With clan members)\r\nPvP with PvE (Ai) \r\nSuper Friendly Community\r\n10min Nights\r\nNext wipe = 6/11/25\r\nCool Plugins! : \r\n\r\n-QuestSystem (Quest Npc located @ Outpost!)\r\n-Raidable Bases Pluging (ArmedAi with raidable bases)\r\n-BotRespawn (Ai @ Monuments)\r\n-Npc Random Raids (After killing so many Scientists they will start to fight back!)\r\n-SkillTree (Plenty of skills to be obtained by using xp gained from doing actions!)\r\n-SkillTree Events\r\n-Cooking2.0 (Custom buffs with cooking with this custom plugin! Temp disabled)\r\n-Convoy Event (Armed Convoy filled with tons of loot!)\r\n-Armored Train Event (Armed Train filled with tons of loot!)\r\n-Harbor Event (Event where Ai will protect a filled cargoship. Secret puzzels to obtain cool loot!)\r\n-Tugboat Pirates Event (Pirate ship with loot!)\r\n-SubmersiblePump (Allows survivors to craaft pump for fresh water anywhere on the map!)\r\n-/Skin (Able to skin items! )\r\n-/bskin (Able to skin buildings!)\r\n-/Kits (Basi",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780177983,
"last_online": 1780566035,
"icon": null,
"name": "TrueNorth Survival - Monthly|Max4|Ai|2xGather|5xStackSize|Proce",
"connect": "144.217.73.205:28015",
"request": "144.217.73.205:28017",
"map": "Procedural Map",
"gamemode": "Rust",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "CA",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779358594,
"last_update": 1780566035,
"banned": false,
"wipe": 1778414222,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5291,
"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/11596660");
$data = json_decode($json, true);
var_dump($data);