[EU] Wave of Deep Sea 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 55,
"fps_avg": 19,
"entities_count": 110709,
"world_seed": 100,
"world_size": 3800,
"steam_id": "90286565671621634",
"domain": null,
"id": 11644954,
"ip": "194.69.160.88",
"port": 28015,
"query": 28017,
"color": 0,
"city": "City of London",
"description": "![[EU] Wave of Deep Sea](https://rust-server-images.physgun.com/9b619e49b573acdace40be1a47cea765cc059b77f4f6a6b617f4d27a0520e2e7.png)\nWelcome to [EU] Wave of Deep Sea Server\r\n\r\nHOST : physgun\r\nperformance info\r\nProcessor : OC AMD Ryzen 9 9950X \r\nFrequency : 5.7 GHz\r\nRAM : 20 GB DDR5 \r\nStorage : NVMe SSD\r\n\r\nmap Wolf Base II \r\nNow with Heli Tower´s on map \r\n\r\nRules \r\n\r\nDon't kill \r\n\r\nDon't destroy Buildings \r\n\r\nDon't steal \r\n\r\nIf you do any of this , you will be kicked and banned. \r\n\r\nIf you see a problem or meet a problem whit another people, contact admin \r\n\r\nHave fun!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780506836,
"last_online": 1780567233,
"icon": null,
"name": "[EU] Wave of Deep Sea",
"connect": "194.69.160.88:28015",
"request": "194.69.160.88:28017",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780177440,
"last_update": 1780567233,
"banned": false,
"wipe": 1780162184,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5673,
"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/11644954");
$data = json_decode($json, true);
var_dump($data);