PROXYRUST x1000000|RU|PVP|BATTLEFIELD|SKINS 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 3374455,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "\nstoreproxy.gamestores.app/\r\n---------------------------------------\r\ndiscord.gg/2bMgyJGaHZ\r\n---------------------------------------\r\nAll other information can be founded in game server menu",
"game": 252490,
"owner": 22444,
"boosts": 1,
"last_offline": 1750457066,
"last_online": 1715596238,
"icon": null,
"name": "PROXYRUST x1000000|RU|PVP|BATTLEFIELD|SKINS",
"connect": null,
"request": null,
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": null,
"numplayers": 0,
"maxplayers": 300,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1710256052,
"last_update": 1750457066,
"banned": false,
"wipe": 1715358696,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 13010,
"language": "ru",
"parked": true,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "prikolist626",
"avatar": "a9650d4c-f4d7-4af9-86f6-fa85cf132e3e.jpg"
},
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/3374455");
$data = json_decode($json, true);
var_dump($data);