NEVERLAND X100 PVE, raidable bases, abandoned bases, skills 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 8,
"fps_avg": 6,
"entities_count": 116236,
"world_seed": 800655946,
"world_size": 4250,
"steam_id": "90286604824711173",
"domain": null,
"id": 11644952,
"ip": "194.50.234.181",
"port": 28080,
"query": 28015,
"color": 0,
"city": "City of London",
"description": "\nWelcome to the Official Neverland PvE/PvP Rust server! \r\n \r\n Some custom weapons \r\n \r\n Gun Game event for players to fight each other \r\n \r\nDifferent levels of spawnable raidbases!(they also spawn throughout the map randomly) \r\n Personal spawnable Mini! \r\n Base can be raided after 2 DAYS beign offline (vip grants you more offline time) \r\n Buy and call in personal Heli's / Bradleys! \r\n Server purge starts 24 hours for server wipe, all hell will break loose! \r\n Active Admins, we suggest to join our Discord for questions / problems / suggestions and more!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780598072,
"last_online": 1780599201,
"icon": null,
"name": "NEVERLAND X100 PVE, raidable bases, abandoned bases, skills",
"connect": "194.50.234.181:28080",
"request": "194.50.234.181:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 9,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 0,
"add_date": 1780177440,
"last_update": 1780599201,
"banned": false,
"wipe": 1780598562,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 12284,
"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/11644952");
$data = json_decode($json, true);
var_dump($data);