API для FINAL ORDER PVP 2X |CUSTOM MAP|RAIDABLE BASES|
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 90583,
"world_seed": 1337,
"world_size": 4500,
"steam_id": 90286604969248780,
"domain": null,
"id": 11607410,
"ip": "66.51.99.122",
"port": 2200,
"query": 2201,
"color": 0,
"city": "Dallas",
"description": "\n⚔️ FINAL ORDER By: GoldStandardX Gaming | Rust PvP Experience \r\n 🔗 Discord: https://discord.gg/7Vs2CJ8P7n \r\n 🌐 Website: www.goldstandardxgaming.org \r\n 🔥 HIGH PERFORMANCE PvP | ACTIVE ADMINS | EVENTS | WIPE CYCLES \r\n 🚀 SERVER FEATURES \r\n 🔫 PvP & Raid Focused Gameplay \r\n - Balanced PvP Experience \r\n - Active Raid Scene \r\n - Online & Offline Raiding Enabled \r\n - Competitive Environment \r\n 🔥 Starter & Progression \r\n - Starter Kits \r\n - Full Kit System \r\n - Skill Tree Progression \r\n - Blueprint Sharing \r\n 💣 Raiding & Combat Systems \r\n - Raid-able Bases \r\n - Abandoned Bases \r\n - Custom Raid Events \r\n - PvP Tournaments & Server Events \r\n ⚙️ Custom Gameplay \r\n - Boosted & Custom Loot Tables \r\n - 500K Stack Sizes \r\n - Custom Ore System \r\n - Faster Progression \r\n 🏗️ Building & Quality of Life \r\n - Remover Tool \r\n - Instant Craft \r\n - Instant Recycle \r\n - Simple Build + Symmetry \r\n - B-Grade & Custom Building Grades \r\n 🎯 PvP Enhancements \r\n - Simple Kill Feed / Death Notes \r\n - Combat Tracking \r\n - Backpacks \r\n - Fast Respawn Systems \r\n 🚁 Unique Additions \r\n - Floating Helicopters \r\n - Waystones (Fast Travel) \r\n - Oil Rig Drilling (Large = Crude Oil / Small = Diesel Fuel) \r\n 🛒 Economy & Utilities \r\n - Safe Zone Airwolf Vendors \r\n - Monument Recyclers \r\n - Terminal Access \r\n - Skinner System \r\n 🌙 Community Features \r\n - Skip Night Vote \r\n - Discord ↔ In-Game Chat Integration \r\n - Active Staff & Support \r\n 💬 WHY PLAY HERE? \r\n ✔️ Competitive PvP Without the Lag \r\n ✔️ Active Admins & Fair Play \r\n ✔️ Constant Events & Raids \r\n ✔️ Built for PvP Players Who Want Action \r\n 👉 Joi",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780463053,
"last_online": 1780599634,
"icon": null,
"name": "FINAL ORDER PVP 2X |CUSTOM MAP|RAIDABLE BASES|",
"connect": "66.51.99.122:2200",
"request": "66.51.99.122:2201",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 1000,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779915504,
"last_update": 1780599634,
"banned": false,
"wipe": 1780599285,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4825,
"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.ru/servers/11607410");
$data = json_decode($json, true);
var_dump($data);