Rust
Avalon Lost || PVE || NO VIP || 2X 的 API
我们提供多种集成方式。 你可以使用其中任意一种,也可以通过 JSON API 自行创建集成。 如果你希望我们新增其他集成方式,请联系我们。 联系我们
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/10219492json
{
"response": {
"fps": 108,
"fps_avg": 108,
"entities_count": 119394,
"world_seed": 1042730406,
"world_size": 4500,
"steam_id": "90284193053718534",
"domain": null,
"id": 10219492,
"ip": "50.20.249.125",
"port": 19560,
"query": 19563,
"color": 0,
"city": "Dallas",
"description": "\n*Strictly PVE ***No VIP ***2X Loot\r\n *Backpacks\r\n *Automated Farming\r\n *Fast Recycler\r\n *Craft Recycler\r\n *Kits\r\n*Skill Tree\r\n *Better NPC \r\n *Stacking Boxes &Electric Furnaces\r\n *Building Tools\r\n *MORE*",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775770923,
"score": 0,
"last_online": 1775887817,
"icon": null,
"name": "Avalon Lost || PVE || NO VIP || 2X",
"connect": "50.20.249.125:19560",
"request": "50.20.249.125:19563",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1756664004,
"last_update": 1775887817,
"banned": false,
"wipe": 1775771043,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3766,
"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/10219492");
$data = json_decode($json, true);
var_dump($data);