Rust
API для 〔倾城PVE〕无限子弹/死亡不掉/修仙强化/六周年
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/9528400json
{
"response": {
"steam_id": "90285640245194769",
"domain": null,
"id": 9528400,
"ip": "110.42.35.105",
"port": 28023,
"query": 28024,
"color": 0,
"city": "Ningbo",
"description": "\n>欢迎加入❖「倾城」❖特色PVE服务器\r\n>月清地图>无需加速器>大背包永不清档\r\n───────────────────────────────────────\r\n❖无限子弹 ❖武器强化 ❖服饰强化 ❖灵宠捕捉\r\n❖技能强化 ❖修仙飞升 ❖死亡不掉 ❖惊喜挖掘\r\n❖新手礼包 ❖挂机刷怪 ❖召唤领主 ❖突袭据点\r\n❖自动种植 ❖每日任务 ❖共鸣抽奖 ❖世界BOSS\r\n───────────────────────────────────────\r\n企鹅群:645216827",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778540581,
"score": 0,
"last_online": 1778598620,
"icon": null,
"name": "〔倾城PVE〕无限子弹/死亡不掉/修仙强化/六周年",
"connect": "110.42.35.105:28023",
"request": "110.42.35.105:28024",
"map": "Custom Map",
"gamemode": "Rust",
"version": "2625",
"numplayers": 7,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 63,
"add_date": 1750538040,
"last_update": 1778598620,
"banned": false,
"wipe": 1778182729,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1501,
"language": "zh",
"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.ru/servers/9528400");
$data = json_decode($json, true);
var_dump($data);