Rust
XRUST.CO AU 10x Monthly Solo/Duo/Trio/Quad 2/4 2.4 Vehicle|Shop 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/5615335json
{
"response": {
"fps": 56,
"fps_avg": 57,
"entities_count": 77569,
"world_seed": 1956202478,
"world_size": 3600,
"steam_id": "90284754163231753",
"domain": null,
"id": 5615335,
"ip": "139.99.187.66",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Sydney",
"description": "\nStore - All Rewards - Wipe Info & Alerts: FULLWIPED.COM\r\n\r\n★Quests: Visit the NPC Quest building at Outpost to take on unique missions and fairly earn valuable rewards such as Test Generators, weapons, and clothing.\r\n★/raid Alarm – Get Notified on Rust+ & Discord When Raided.\r\n★Raid over 210 unique Raidable Base designs.\r\n★Auto team share or Solo limits (TC-Sam-Doors-Turrets).\r\n★Advantage clan plugin or Solo enforcement with autoban.\r\n★Vehicle Buy & Vending Unlimited Stock.\r\n★Alpha Loot & Unique Gather.\r\n★Faster Recycler & Submersible Pump.\r\n★Stack Size Controller & Faster Craft.\r\n★Home - Outpost TPs.\r\n★Daily Cases & Link Kits & Trade.\r\n★In-Game Shop & Furnace Speed Upgrade.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776803597,
"score": 0,
"last_online": 1776847219,
"icon": null,
"name": "XRUST.CO AU 10x Monthly Solo/Duo/Trio/Quad 2/4 2.4 Vehicle|Shop",
"connect": "139.99.187.66:28015",
"request": "139.99.187.66:28017",
"map": "Wiped 19 days ago",
"gamemode": "Survival",
"version": "2623",
"numplayers": 2,
"maxplayers": 210,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1723692584,
"last_update": 1776847219,
"banned": false,
"wipe": 1775152175,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1752,
"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/5615335");
$data = json_decode($json, true);
var_dump($data);