RustyRetirees[RP] [X3] [KEEPINVENTORY] [PvE] [KITS] [SHOP] 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 12,
"fps_avg": 11,
"entities_count": 181151,
"world_seed": 979335857,
"world_size": 4250,
"steam_id": "90286582394352652",
"domain": null,
"id": 10671165,
"ip": "162.216.115.211",
"port": 28080,
"query": 28015,
"color": 0,
"city": "Secaucus",
"description": "![RustyRetirees[RP] [X3] [KEEPINVENTORY] [PvE] [KITS] [SHOP]](https://i.postimg.cc/Xqf5R9zY/header.png)\n[US] RustyRetirees[RP] 3x | KEEPINVENTORY | PVE | SHOP | BACKPACKS | EVENTS |\r\n(Monthlywipe Schedule, No BP Or Economy Wipe.)\r\nNew To The Game And Sick Of Dying To Grubs Or Clans And Being Raided Minutes After Getting Off. Looking To Learn, Home Your Skills, Get To Grips With The Ruthless World Of Rust! No Better Place Than RustyRetirees. We Pride Ourselves On Our Friendly Approach To Help New Players, While Having Respect For Our More Veteran Players. Whether That's With Understanding The Game, Its Puzzles, Base Building Or Even Just Playing Rust In Peace.\r\nOur 3x Server has various plug-ins and features such as:\r\n• ChestStacks\r\n• Shop/Kits\r\n• Removal Tool\r\n• Skills- For Gathering, Loot ect.\r\n• Outpost / Bandit Teleport\r\n• Active & Friendly Admin Team\r\n• Static Lootables\r\n• KeepInventoryUponDeath\r\n• Vehicle License\r\n• XSkinMenu\r\n• Personal Recycler\r\n • RaidableBases\r\n • 26+ PVE Events-(Armoured Train, Convoy, Heavy Events)+Much More\r\nCome Join Us On Discord: https://discord.gg/feRe8sFUWn\r\nOr Join Us In Game: - connect 154.16.171.18:28080",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779876805,
"last_online": 1780585230,
"icon": null,
"name": "RustyRetirees[RP] [X3] [KEEPINVENTORY] [PvE] [KITS] [SHOP]",
"connect": "162.216.115.211:28080",
"request": "162.216.115.211:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 2,
"maxplayers": 50,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1764579340,
"last_update": 1780585230,
"banned": false,
"wipe": 1778178165,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1278,
"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/10671165");
$data = json_decode($json, true);
var_dump($data);