Rust
敢冒零零漆|5月8日|2倍|半月清|双人|萌新适合 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/11261123json
{
"response": {
"fps": 92,
"fps_avg": 90,
"entities_count": 121750,
"world_seed": 1545905202,
"world_size": 4250,
"steam_id": "90285639441027079",
"domain": null,
"id": 11261123,
"ip": "43.249.193.239",
"port": 13020,
"query": 13022,
"color": 0,
"city": "Jinan",
"description": "\n大家好,我是B站:敢冒零零漆\r\n 这是一个由众多粉丝提供意见最后改版的服务器\r\n 在这里,废料和茶可以存50%,一直保留\r\n 2倍1硫2废,建筑血量1.5,卷帘,钢门,血量增加\r\n 在线就能获得蛋,纯正茶,基础蓝图\r\n 大木箱放入10张高级蓝图,100秒奖励1废料,可叠加\r\n 纯正药茶:可以增加你的回血速度\r\n 纯正高药茶:可以增加你的最大血量\r\n 纯正收获茶:可以让你持续恢复饱食和水\r\n 废料放入领地柜,可以在遇到突袭的时候,保护领地附近的建筑\r\n 防空不会攻击自己人,工作台领地柜内全覆盖\r\n 你可以使用特殊的材料,给自身增加防御,最大50%\r\n 只要你努力,再也不用担心别人突然叫人了\r\n 成长起来以后,1V3,很轻松!\r\n 轻松,努力就能崛起!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778595782,
"score": 0,
"last_online": 1778597419,
"icon": null,
"name": "敢冒零零漆|5月8日|2倍|半月清|双人|萌新适合",
"connect": "43.249.193.239:13020",
"request": "43.249.193.239:13022",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 6,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1774555219,
"last_update": 1778597419,
"banned": false,
"wipe": 1778178347,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1867,
"language": "zh",
"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/11261123");
$data = json_decode($json, true);
var_dump($data);