API für 7 Days to Rust 2x PVE Zombies Custom Skill Tree Skins
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 30,
"fps_avg": 29,
"entities_count": 120142,
"world_seed": 1337,
"world_size": 4500,
"steam_id": "90286625654955019",
"domain": null,
"id": 10764500,
"ip": "66.51.96.52",
"port": 28000,
"query": 28001,
"project_id": null,
"color": 0,
"city": "Ashburn",
"description": "\n== THE 7 DAYS TO RUST 2X PVE SERVER ==\r\n\r\nThe 7 Days to Rust is officially live. This is a total\r\nconversion featuring a custom map, hand-crafted monuments,\r\nand custom plugins designed to recreate the 7 Days to Die\r\nsurvival experience within Rust.\r\n\r\n==SERVER FEATURES==\r\n\r\n[+] TIERED ZOMBIES\r\nFace off against threats that scale in difficulty as\r\nyou progress through the world.\r\n\r\n[+] DESTRUCTIBLE BASES\r\nStay on guard—zombie hordes are aggressive and will\r\nactively destroy player structures.\r\n\r\n[+] CUSTOM ENVIRONMENT\r\nA fully original map featuring exclusive monuments\r\nand points of interest.\r\n\r\n[+] TRADER SYSTEM\r\nLocate NPC traders throughout the world to acquire\r\nspecialized survival gear.\r\n\r\n[+] TRUE PROGRESSION\r\nOverhauled mechanics and a custom skill tree to\r\nmirror the 7 Days to Die curve.\r\n\r\n[+] Toggle PVP or PVE\r\nYou have complete control over your playstyle with our new custom flagging system. Whether you want to build in peace or wage war, the choice is yours.\r\n\r\nCONNECTION INFO <<\r\nclient.connect 66.51.96.52:28000\r\n\r\nWIPE SCHEDULE: Monthly (First Thursday)",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778177585,
"last_online": 1780684829,
"icon": null,
"name": "7 Days to Rust 2x PVE Zombies Custom Skill Tree Skins",
"connect": "66.51.96.52:28000",
"request": "66.51.96.52:28001",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 3,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1766261088,
"last_update": 1780684829,
"banned": false,
"wipe": 1780597519,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2117,
"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/10764500");
$data = json_decode($json, true);
var_dump($data);