Rust
[JP] RustEZ Scourge PvE | Zombies | No Raiding | No Killing 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/10871276json
{
"response": {
"fps": 57,
"fps_avg": 57,
"entities_count": 135539,
"world_seed": 393537180,
"world_size": 4500,
"steam_id": "90285553759443984",
"domain": null,
"id": 10871276,
"ip": "15.235.216.54",
"port": 29013,
"query": 28013,
"color": 0,
"city": "Singapore",
"description": "![[JP] RustEZ Scourge PvE | Zombies | No Raiding | No Killing](https://www.rustez.com/uploads/manual/headers/server/scourgehead.jpg)\nScourge is a well-balanced, high-performance modded server that offers players a fast-paced zombie-shooter with emphasis on survival and progression in a ghastly atmosphere.\r\n\r\nInformation\r\n● Player and building damage disabled\r\n● Monthly wipes [Last wipe: 5/7]\r\n● Active admins and very helpful community\r\n● Decay is active at a vanilla rates to discourage huge bases\r\n● Inactive players removed after 10 days of inactivity\r\n\r\nFeatures\r\n● Zombies - Our custom AI will surely keep you on your toes\r\n● TP - Teleport to friends and any placed bed or bag\r\n● Auto Upgrade - Upgrade your base automatically via cupboard\r\n● Fishing - Advanced fishing mechanics, tools and resources\r\n● Sorter - Sort items in containers and furnaces with a click of a button\r\n● Revive - Revive to restore your last position leading up to death, at a cost\r\n● Trade - Trade with other players remotely in the comfort of your own base\r\n● Stacks+ - All item stacks are increased to remove the tedium of storing them\r\n● Backpack - An additional inventory that can be accessed at any time\r\n● Levels - Gain XP from farming to increase your farming efficiency\r\n\r\nUse /info in chat for a full list of commands and helpful information\r\n\r\nRules\r\n● No raiding, griefing or looting of any kind.\r\n● No mic or chat spam, player disrespect, racism or harassment.\r\n● No camping loot rooms, monuments or any highly concentrated areas.\r\n● You may build in caves but you must ensure safe passage for players.\r\n● No blocking waterways, building around monuments or large areas of land.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778356988,
"score": 0,
"last_online": 1778586618,
"icon": null,
"name": "[JP] RustEZ Scourge PvE | Zombies | No Raiding | No Killing",
"connect": "15.235.216.54:29013",
"request": "15.235.216.54:28013",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 3,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "SG",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1768318548,
"last_update": 1778586618,
"banned": false,
"wipe": 1778177266,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2182,
"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/10871276");
$data = json_decode($json, true);
var_dump($data);