Rust
API для [EU/DK] CASHRUST - PVE SURVIVAL
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/572321json
{
"response": {
"fps": 135,
"fps_avg": 129,
"entities_count": 162949,
"world_seed": 3486489,
"world_size": 4500,
"steam_id": "90285152313023519",
"domain": null,
"id": 572321,
"ip": "78.157.112.48",
"port": 25566,
"query": 25565,
"color": 0,
"city": "Brørup",
"description": "![[EU/DK] CASHRUST - PVE SURVIVAL](https://i.imgur.com/o5BZFpy.jpg)\nRunning Custom Vora Island by WonderFox\r\n6 Year old PVE server with no TechTree. \r\n120 min day - 5 min night.\r\n1200 RaidableBases and 50 timed Events during the day.\r\nScientists and Zombies roaming and patrolling the map.\r\n25 Dynamic Monumnets changes place with every restart.\r\n25 Buyable BuildingSites, scrap in Outpost.\r\nPlugins default: SimpleFurnace, Skinner 5000 skin - No Official / DLC, WallPaper Tool - No Official / DLC, Blueprint Share, Cooking 2.0,\\\r\nAutoFarm, \\\r\nAnimalFarm, \\\r\nGanJa and Geodes,\\\r\nMini Copter, Storage and light, \\\r\nRemove unlimted with Hammer.\\\r\nSkilla, 72 unique buff types, gain x2 in collecting and harvesting.\\\r\nVehicle Deployed Locks, \\\r\nSign Artist,\\\r\nStacks x3,\\\r\nWater Bases, allows to build structures on the surface of the Water.\\\r\nBuy Electricity, draw electricity straight from the generator bought in outpost.\\\r\nBuyable Recycler and Quarry,\\\r\nIndustrial addon, add storage adapter to Recycler, turrets.....\\\r\nBuyable JetPack, ParaPlane, ZipLine and Backpack in Outpost.\\\r\n\\\r\n\\\r\nQuest shop at Outpost.\\\r\n\\\r\nBuyable Events/plugins with Scrap:\\\r\nJetPack, ParaPlane, ZipLine and Backpack.\\\r\n\\\r\nEvents on server:\\\r\nJet Event, Junkyard Event, TrainHeist, Caravan, Paratroopers\\\r\nPlaneCrash Event, Airfield Event, Harbor Event, Supermarket Event\\\r\nArmored Train Event, Heli Refuel Event, Triangulation Event, Convoy Event\\\r\nSat Dish Event, Shipwreck Event, Dome Event, Cargo Train Event\\\r\nPilot Eject Event, Sputnik, Ferry Terminal Event, Heavy Cargoship Event\\\r\nPower Plant Event, Gas Station Event, Artic Base Event, Air Event\\\r\nAirfield Drop, Drop Ship, Sewer",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1777437793,
"score": null,
"last_online": 1777570352,
"icon": null,
"name": "[EU/DK] CASHRUST - PVE SURVIVAL",
"connect": "78.157.112.48:25566",
"request": "78.157.112.48:25565",
"map": "Custom Map",
"gamemode": "Vanilla",
"version": "2623",
"numplayers": 1,
"maxplayers": 80,
"bots": 0,
"secured": true,
"private": false,
"country": "DK",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1668897500,
"last_update": 1777570352,
"banned": false,
"wipe": 1775151659,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2718,
"language": "da",
"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/572321");
$data = json_decode($json, true);
var_dump($data);