Rust
NEVERLAND X3 PVE, custom weapons, raidable bases, abandoned bas 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/11435534json
{
"response": {
"fps": 76,
"fps_avg": 110,
"entities_count": 116721,
"world_seed": 1304546005,
"world_size": 4250,
"steam_id": "90284879492959262",
"domain": null,
"id": 11435534,
"ip": "212.117.170.252",
"port": 2432,
"query": 2433,
"color": 0,
"city": "Luxembourg",
"description": "\n\r\nWelcome to the Official Neverland PvE/PvP Rust server!Some custom weapons found in heli signals and bradley dropsDifferent levels of spawnable raidbases!(they also spawn throughout the map randomly)Personal spawnable Mini!Base can be raided after 3 DAYS beign offline (vip grants you more offline time)Buy and call in personal Heli's / Bradleys!Server purge starts 24 hours for server wipe, all hell will break loose!Active Admins, we suggest to join our Discord for questions / problems / suggestions and more!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776477800,
"score": 0,
"last_online": 1777000222,
"icon": null,
"name": "NEVERLAND X3 PVE, custom weapons, raidable bases, abandoned bas",
"connect": "212.117.170.252:2432",
"request": "212.117.170.252:2433",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "LU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774977193,
"last_update": 1777000222,
"banned": false,
"wipe": 1776346026,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5227,
"language": "lb",
"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/11435534");
$data = json_decode($json, true);
var_dump($data);