API для ausRUSTen #2 |PvE|Raidable Bases|Defendable Bases|Defendable Ho
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 83,
"fps_avg": 81,
"entities_count": 121368,
"world_seed": 1100373144,
"world_size": 4500,
"steam_id": "90286603793995795",
"domain": null,
"id": 4811181,
"ip": "136.243.156.199",
"port": 28035,
"query": 28037,
"color": 0,
"city": "Falkenstein",
"description": "Welcome to ausRUSTen #2\r\n\r\nSettings:\r\n- Mode: PvE\r\n- Map: Procedural\r\n- Mapsize: 4500\r\n- Wipe: Monthly\r\n- Upkeep: 1/2\r\n- Gather Rate: x2\r\n- Monuments: Vanilla & Custom\r\n- Stack Sizes: Custom\r\n- Raidprotection\r\n- Longer Days & Shorter Nights\r\n- Active Admins\r\n\r\nEvents:\r\n- Raidable Bases\r\n- Defendable Bases\r\n- Defendable Homes\r\n- Convoy\r\n- Armored Train\r\n- Sputnik\r\n- Boss Monster\r\n- Heli Signals\r\n- Jet Event\r\n- SatDishEvent\r\n- Dangerous Treasures\r\n- Treasure Maps\r\n- Custom BradleyAI\r\n- Water Patrol\r\n- Shipwreck\r\n- GasStationEvent\r\n- Tugboat Pirates\r\n- Triangulation Event\r\n- Supermarket Event\r\n- Cargoplane crash\r\n- Ferry Terminal Event\r\n- Vanilla Events\r\n\r\nQoL Plugins:\r\n- Backpacks\r\n- Clans\r\n- Clear Night\r\n- Personal Recycler\r\n- Remover Tool\r\n- SkinBox\r\n- Code Locks deployable onto vehicles, furnaces etc\r\n- TimeOfDay\r\n- Automatically base upgrade\r\n- BlueprintShare\r\n- Sort Button\r\n\r\nExtras:\r\n- Better Npc\r\n- BiPlanes\r\n- CarVendor\r\n- JetPacks\r\n- NPC Taxi\r\n- PogoSticks\r\n- Economics with Server Rewards\r\n- Custom Car Modules\r\n- Statistics\r\n- XPerience\r\n- Paraplanes\r\n- NatureMarket\r\n- Extended Industrial\r\n- Pocket Ziplines\r\n- Train Homes\r\n- Barges\r\n\r\n\r\nFor news, information and updates join our Discord:\r\ndiscord.gg/CnSvq2XqYf or click view webpage below.\r\n\r\nFeel free to visit also our ausRUSTen #1 Server:\r\nausRUSTen #1 |PvE|Raidable Bases|Defendable Bases|Defendable Homes|Convoy|Armored Train|Sputnik|Boss Monster|Water Patrol|Backpack|SkinBox|\r\nIP: 5.9.116.8:28035\r\nwith procedural map, standart monuments and standart NPCs.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780595060,
"last_online": 1780596636,
"icon": null,
"name": "ausRUSTen #2 |PvE|Raidable Bases|Defendable Bases|Defendable Ho",
"connect": "136.243.156.199:28035",
"request": "136.243.156.199:28037",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2627",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1718907412,
"last_update": 1780596636,
"banned": false,
"wipe": 1780595516,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2159,
"language": "de",
"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/4811181");
$data = json_decode($json, true);
var_dump($data);