API für [GER] Rasthaus | NOOB FRIENDLY | SOLO/DUO | 50% UPKEEP | MONTHL
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 176,
"fps_avg": 178,
"entities_count": 109758,
"world_seed": 326344645,
"world_size": 4500,
"steam_id": "90286618619930628",
"domain": null,
"id": 3196283,
"ip": "148.251.187.34",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Falkenstein",
"description": "- Newbie friendly\r\n- Wipes monthly\r\n- Solo/Duo teams allowed (teams of maximum 2 players)\r\n- Base upkeep costs: 50%\r\n- Shorter nights and longer days\r\n- Custom map with no excavator, no caves, no sulfur-quarry\r\n- the servers goal is to provide a fun experience for new and casual-players\r\n- Everything else is vanilla configuration\r\n- Raid rules: no griefing, no despawning of loot\r\nEnjoy and have fun!\r\nCome to our discord for realtime information about player connects/disconnects: https://discord.gg/suhkmzb9za",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780629254,
"last_online": 1780630827,
"icon": null,
"name": "[GER] Rasthaus | NOOB FRIENDLY | SOLO/DUO | 50% UPKEEP | MONTHL",
"connect": "148.251.187.34:28015",
"request": "148.251.187.34:28017",
"map": "Custom Map",
"gamemode": "Vanilla",
"version": "2627",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1709406553,
"last_update": 1780630827,
"banned": false,
"wipe": 1780596432,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5712,
"language": "de",
"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/3196283");
$data = json_decode($json, true);
var_dump($data);