Rust
API für [US] RustHaven Main 2X [HIGHLY MODDED] [NPC RAID BASES] [ROAMIN
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/1348811json
{
"response": {
"fps": 42,
"fps_avg": 49,
"entities_count": 127897,
"world_seed": 1337,
"world_size": 4096,
"steam_id": "90285658014338052",
"domain": null,
"id": 1348811,
"ip": "208.115.217.132",
"port": 28080,
"query": 28015,
"color": 0,
"city": "Chicago",
"description": "![[US] RustHaven Main 2X [HIGHLY MODDED] [NPC RAID BASES] [ROAMIN](https://rusthavenmaps.s3.us-east-2.amazonaws.com/HeaderResize.jpg)\nRustHaven Main is a progression-focused PvE Rust server designed for players who want meaningful rewards without PvP chaos. Take on custom events like Raidable Bases, Convoy, Plane Crash, and Harbor events, earn tiered loot balanced to match the effort you put in, and enjoy a fair scrap and server-rewards economy that doesn’t hand everything out. With quality-of-life plugins, active admin support, and cooperative gameplay encouraged, RustHaven Main is the place to build, raid, and progress at your own pace. No wipes, no pay-to-win, just a solid long-term Rust experience. Questions, Comments, or Concerns, please message us in chat or on Discord: https://discord.gg/vWHZQhp",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778587382,
"score": null,
"last_online": 1778641817,
"icon": null,
"name": "[US] RustHaven Main 2X [HIGHLY MODDED] [NPC RAID BASES] [ROAMIN",
"connect": "208.115.217.132:28080",
"request": "208.115.217.132:28015",
"map": "Custom Map - Boston: New Land",
"gamemode": "Survival",
"version": "2625",
"numplayers": 4,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1693117538,
"last_update": 1778641817,
"banned": false,
"wipe": 1778195733,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1257,
"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/1348811");
$data = json_decode($json, true);
var_dump($data);