API для [WIPED 7/17] Bacon's cRust : 2x | Skinbox | Zombies | Events |
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 101,
"fps_avg": 97,
"map_url": "synecdoche_bacon",
"map_kind": "custom",
"map_name": "Synecdoche Bacon",
"map_seed": 1337,
"map_size": 4096,
"map_revision": null,
"entities_count": 76315,
"steam_id": "90291824667603984",
"domain": null,
"id": 11502643,
"ip": "144.48.104.90",
"port": 28015,
"query": 28017,
"project_id": null,
"color": 0,
"city": "Чикаго",
"description": "![[WIPED 7/17] Bacon's cRust : 2x | Skinbox | Zombies | Events | ](https://i.postimg.cc/TwB2tf7B/47d30563-3465-485b-8ca2-f05609192d0f.png)\n\r\n Custom Rust...or cRust, is my attempt at keeping Rust fresh each wipe... \r\n WITHOUT ruining immersion with items, commands, and overly complex systems\r\n\r\n From Armored Trains to Convoys, winding dungeons to the voids of space \r\n To Skinbox, Wallpaper Planner, and even Minecraft style building...\r\n\r\n We offer tons of QoL over other servers, without gimping mechanics, gating fun behind \r\n paywalls, or removing the rewarding experience of whatever the challenge may be....\r\n\r\n → CUSTOM VEHICLES \r\n → CUSTOM PLUGINS \r\n → FREE VIP (Easily farmed through time, currency or luck)\r\n → DEEP SEA ALWAYS OPEN \r\n → UP TO 72 HR OFFLINE RAID PROTECTION \r\n → BETTERNPC's AT MOST MONUMENTS \r\n → NPC SURVIVAL MODE + FIRING RANGE \r\n → ROAMING ZOMBIES AT NIGHT \r\n → PLAYER CONTROLLED EVENTS \r\n → OVER 200 RAIDABLE BASES + RAIDABLE BOATS \r\n → CUSTOM MAPS AND ICONIC PVP ARENAS \r\n\r\n I hope you enjoy the server enough to come back with friends! \r\n Thx for checking it out!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1784075020,
"last_online": 1788244283,
"icon": null,
"name": "[WIPED 7/17] Bacon's cRust : 2x | Skinbox | Zombies | Events |",
"connect": "144.48.104.90:28015",
"request": "144.48.104.90:28017",
"map": "Synecdoche Islands",
"gamemode": "Survival",
"version": "2631",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207207,
"last_update": 1788244283,
"ban_reason": null,
"banned": false,
"hidden": false,
"wipe": 1784303254,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3942,
"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/11502643");
$data = json_decode($json, true);
var_dump($data);