Rust
[SEA] NEO Odyssey 10X | PVP | KIT | Skinbox | SHOP | Quad Team 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/10633522json
{
"response": {
"fps": 118,
"fps_avg": 119,
"entities_count": 46780,
"world_seed": 1129975518,
"world_size": 3000,
"steam_id": "90285432729620496",
"domain": null,
"id": 10633522,
"ip": "139.99.22.23",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Singapore",
"description": "![[SEA] NEO Odyssey 10X | PVP | KIT | Skinbox | SHOP | Quad Team](https://i.postimg.cc/YC1Sjg98/Server-5X.png)\nWelcome to NEO Odyssey 10X PVP \r\nGroup Limit: 5 People Max\r\n10X LOOT | CLEAN LOOT | FAST PVP | SHORT NIGHT\r\nAll ACCESS KIT | PVP | SHOP | TP | Advance Clan | SKINBOX \r\nHigh-action PvP | NO BP LVL 1 | BASE AUTO UPGRADE | \r\nVIP PACKAGE",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778594536,
"score": 0,
"last_online": 1778187019,
"icon": null,
"name": "[SEA] NEO Odyssey 10X | PVP | KIT | Skinbox | SHOP | Quad Team",
"connect": "139.99.22.23:28015",
"request": "139.99.22.23:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "SG",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1763713841,
"last_update": 1778594536,
"banned": false,
"wipe": 1777928641,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 6987,
"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/10633522");
$data = json_decode($json, true);
var_dump($data);