API für [GER/ENG] NachtSchicht - RaidZeiten|Events|MaxTrio|Noobfriendly
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 137,
"fps_avg": 140,
"entities_count": 108598,
"world_seed": 278566058,
"world_size": 4250,
"steam_id": "90286590956787733",
"domain": null,
"id": 3250536,
"ip": "94.130.133.96",
"port": 28035,
"query": 28037,
"color": 0,
"city": "Falkenstein",
"description": "![[GER/ENG] NachtSchicht - RaidZeiten|Events|MaxTrio|Noobfriendly](https://i.imgur.com/GmkNCXH.png)\nWillkommen in der Nachtschicht \r\n\r\n Dieser Server ist für Anfänger & Arbeitstätige mit geregelten Raidzeiten \r\n Neulinge sollen die Möglichkeit haben, das Spiel kennen zu lernen, \r\n sich an PVP heranzutasten & Ihre Basen in Ruhe zu bauen \r\n Daher erwarten wir von erfahrenen Spielern etwas Rücksicht & Hilfsbereitschaft \r\n Zudem gibt es NPC Raidbasen & Events für jedliche andere Belange \r\n\r\n Alles weitere findet Ihr auf unserem Discord \r\n https://discord.gg/c6v4MCW8 \r\n\r\n Admins/Mods spielen ebenfalls auf dem Server (Annonym), \r\n Kontrollfunktionen werden nur bei Verdacht installiert \r\n\r\n Next Wipe 02.07.26 \r\n\r\n Rules: \r\n - Teamlimit Trio, teaming only for peaceful explorations \r\n - do not use the RemoveTool to defend a Raid \r\n - no offensive language, names, words or religious things, no toxic behavior \r\n - No Base griefing, once a raid is done open it up & pls just take what you need \r\n - It's allowed to overtake a Raidbase & Externals \r\n - it's forbidden to hide loot or TC behind walls \r\n - no overly door or roof camping(15min) \r\n - It's forbidden to surround mines, quarries, monuments, or to camp 'em via nearby buildings \r\n - every base has to have an regular entrance / exit 'Door', bunker (insides ok) \r\n - open your Bunkers if you're leaving the base (regular entrance) \r\n - no Team swapping in an ongoing wipe \r\n - Its forbidden to abuse the patrol heli for a raid \r\n\r\n RaidTime: \r\n Mo. SafeDay \r\n Tue. SafeDay \r\n We. 06:00pm - 07:00pm \r\n Thu. SafeDay \r\n Fr. 07:00pm - 09:00pm \r\n Sa. 08:00pm - 11:00pm \r\n So. 06:00pm - 07:00pm \r\n\r\n Holidays -alternating-",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780470420,
"last_online": 1780575631,
"icon": null,
"name": "[GER/ENG] NachtSchicht - RaidZeiten|Events|MaxTrio|Noobfriendly",
"connect": "94.130.133.96:28035",
"request": "94.130.133.96:28037",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1709679170,
"last_update": 1780575631,
"banned": false,
"wipe": 1779535102,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1518,
"language": "de",
"parked": false,
"app": {
"id": 252490,
"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/3250536");
$data = json_decode($json, true);
var_dump($data);