API für PREWIPE : Bacon's cRust : rPvP | 2x | Skinbox | Raidbases | Zom
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 114,
"fps_avg": 114,
"entities_count": 69278,
"world_seed": 1337,
"world_size": 4200,
"steam_id": "90286581647507472",
"domain": null,
"id": 11502643,
"ip": "144.48.104.90",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Chicago",
"description": "\n\r\n Custom Rust...or CRust is my attempt at keeping Rust fresh each wipe... \r\n\r\n Whether its offering an extra helping hand....or unforgiving challenge \r\n From Armored Trains to Convoys, BetterNPC's to the voids of space \r\n\r\n ...Or play laid back and casual, taking advantage of skinbox and wallpaper planner\r\n\r\n We offer tons of QoL over other servers, without gimping mechanics, gating fun behind 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 or currency)\r\n → DEEP SEA ALWAYS OPEN \r\n → UP TO 72 HR OFFLINE RAID PROTECTION \r\n → ZOMBIES AT NIGHT \r\n → PLAYER CONTROLLED EVENTS \r\n → OVER 200 RAIDABLE BASES + RAIDABLE BOATS \r\n → ROTATING EVENTS \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": 1780535664,
"last_online": 1780550428,
"icon": null,
"name": "PREWIPE : Bacon's cRust : rPvP | 2x | Skinbox | Raidbases | Zom",
"connect": "144.48.104.90:28015",
"request": "144.48.104.90:28017",
"map": "Procedural Plus",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207207,
"last_update": 1780550428,
"banned": false,
"wipe": 1780546660,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4992,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11502643");
$data = json_decode($json, true);
var_dump($data);