Rust
[RU] RCVL_25Rus PVE/PVP Four 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/96805json
{
"response": {
"fps": 97,
"fps_avg": 84,
"entities_count": 110649,
"world_seed": 20260403,
"world_size": 4250,
"steam_id": "90284416680267781",
"domain": null,
"id": 96805,
"ip": "95.154.95.23",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Vladivostok",
"description": "![[RU] RCVL_25Rus PVE/PVP Four](http://rcvl.ru/rimg/rcvl_rust_logo.png)\nModded server rcvl Rust 25rus\r\nPVE/PVP Four\r\n\r\n+ Стаки\r\n+ ТП(tpr,home)\r\n+ Киты(kit)\r\n+ Личка(pm)\r\n+ Лавка(s)\r\n ...\r\n\r\n ...\r\n\r\nВКонтакт: vk.com/rcvl_rust",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776279713,
"score": null,
"last_online": 1776283818,
"icon": null,
"name": "[RU] RCVL_25Rus PVE/PVP Four",
"connect": "95.154.95.23:28015",
"request": "95.154.95.23:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 51,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1521536735,
"last_update": 1776283818,
"banned": false,
"wipe": 1775196525,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2802,
"language": "ru",
"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/96805");
$data = json_decode($json, true);
var_dump($data);