API for [GER]DuKs#2 Anfängerfreundlich - PVP, low Upkeep, Raid Times
JSON for programs, websites and more
text
json
{
"response": {
"fps": 40,
"fps_avg": 39,
"entities_count": 94161,
"world_seed": 6738,
"world_size": 4000,
"steam_id": "90286603996608538",
"domain": null,
"id": 9526994,
"ip": "84.200.132.153",
"port": 29015,
"query": 29016,
"color": 0,
"city": "Frankfurt am Main",
"description": "![[GER]DuKs#2 Anfängerfreundlich - PVP, low Upkeep, Raid Times](https://rust.duks-gaming.com/imagestorage/HeaderImage_2.png)\nWelcome to our server! [GER]DuKs#2 Anfängerfreundlich - PVP, low Upkeep, Raid Times\r\n\r\nMap-Wipe every 1 .Thursday of the month -> No Blueprint Wipes!!\r\n-> Beginner-friendly: The community and admins provide support if you have any questions or problems\r\n\r\nVisit us on our Discord (Duks-discord.de / discord.gg/npRA3s6) or our homepage (www.duks-gaming.de)\r\nVIP (Skip-Queue) available at: https://duksgaming.craftingstore.net/ \r\n\r\nFor help, support and general things, just talk to us on the Discord \r\nServer restart, daily 05:00 (CET)\r\n\r\n-> Chat language: German (English for all other languages!)\r\n-> No base takeover | TCs set during a raid must be demolished\r\n-> Raid-Times - No Raids outside of permitted times!\r\n-> Hacking, bugusing and racism will be punished with a ban!\r\n-> Admins help (if possible) with demolition and construction help\r\n\r\nAlso note the further information via !Rules, !Info or !Help",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780596270,
"last_online": 1780651225,
"icon": null,
"name": "[GER]DuKs#2 Anfängerfreundlich - PVP, low Upkeep, Raid Times",
"connect": "84.200.132.153:29015",
"request": "84.200.132.153:29016",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 9,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 64,
"add_date": 1750537871,
"last_update": 1780651225,
"banned": false,
"wipe": 1780596255,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1072,
"language": "de",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/9526994");
$data = json_decode($json, true);
var_dump($data);