Rust
API für [AU] WizzRust.com 2x Max 6 | Noob Friendly | Wiped 02/04
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/565616json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 101042,
"world_seed": 1,
"world_size": 3700,
"steam_id": "90284535679514638",
"domain": null,
"id": 565616,
"ip": "103.187.104.61",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Macquarie Park",
"description": "![[AU] WizzRust.com 2x Max 6 | Noob Friendly | Wiped 02/04](https://imgur.com/dKbTUqq.png)\nWelcome to WizzRust 2x Vanilla Monthly Max 6!\r\nMonthly Map Wipes - No BP Wipes\r\nNext Map Wipe: Thursday2nd 2026 @ 04:00 AEST\r\n\r\nServer Features:\r\n- Custom Anticheat & Antiteam\r\n- Max 6 Team Limit + Clans Plugin\r\n- 2x Crafting, Smelting & Recycling Speed\r\n- 2x Resource Gathering (Except Sulfur is 1x) \r\n- 2x Stack Size (Resources, Food, Construction)\r\n- 1x Stack Size (Medical, Ammo, Clothing)\r\n- 50% Less Upkeep Cost\r\n- Structures get auto removed after 7 days of inactivity\r\n- Day is 50 minutes, Night is 10 minutes\r\n\r\nQuality of Life:\r\n- Combined Outpost & Bandit\r\n- Balanced and vanilla styled ingame events\r\n- SAM Sites do not shoot at people with TC auth\r\n- Computer Stations auto add CCTV cameras + Cargo has CCTV cameras\r\n- Raid Alarm to receive raid notifications through Rust+ app\r\n- Modular Cars can be locked & increased storage module\r\n- Drone Marketplace & Recyclers at Fishing Villages\r\n- Max 24 Turrets in 40m Radius\r\n- Increased Nodes\r\n- Decreased Minicopter Decay in TC Range\r\n- Non-P2W Supporter Perks\r\n\r\nDiscord: discord.gg/nY6zehwPnb\r\nRestarts daily at 8am AEST for performance",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776031335,
"score": null,
"last_online": 1776378624,
"icon": null,
"name": "[AU] WizzRust.com 2x Max 6 | Noob Friendly | Wiped 02/04",
"connect": "103.187.104.61:28015",
"request": "103.187.104.61:28016",
"map": "WizzRust FPS+",
"gamemode": "Survival",
"version": "2623",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1668888807,
"last_update": 1776378624,
"banned": false,
"wipe": 1775151841,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2661,
"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/565616");
$data = json_decode($json, true);
var_dump($data);