API für [EU] [PVE] The Outpost | Vanilla | Monthly | QoL changes |
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 19,
"fps_avg": 18,
"entities_count": 100952,
"world_seed": 1143858542,
"world_size": 4000,
"steam_id": "90286044819083286",
"domain": null,
"id": 10412563,
"ip": "185.36.205.105",
"port": 28115,
"query": 28116,
"color": 0,
"city": "City of London",
"description": "![[EU] [PVE] The Outpost | Vanilla | Monthly | QoL changes |](https://i.gyazo.com/914b828d5343f3ce835507e7d5b29f9f.jpg)\nWelcome to THE OUTPOST! \r\n we’re a friendly, starter-friendly Rust community where everyone is welcome — from new players learning the game to veterans just looking to chill. \r\n •Active admins • Helpful players • No toxicity • \r\n \r\n Come build, explore, and survive with us! \r\n \r\n GAME // VANILLA: \r\n • Low upkeep/decay: 50% \r\n • Map: 3500 \r\n • Raidable bases \r\n • Admin-Shop \r\n • Community events \r\n • Commands: !commands \r\n \r\n SERVER // SETTINGS: \r\n • Wipe: 1st Thursday of the month (Facepunch) \r\n • Next Full Wipe: 06.11.2025 Blueprint & Map \r\n • DDoS protection \r\n • Language: English \r\n \r\n RULES: \r\n • No Killing, stealing, trolling, hacking or scripting! \r\n • No racist, sexist, religious, homophobic, and transphobic behaviours! \r\n \r\n DISCORD: discord.gg/Y8qtq85v",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779389018,
"last_online": 1780591829,
"icon": null,
"name": "[EU] [PVE] The Outpost | Vanilla | Monthly | QoL changes |",
"connect": "185.36.205.105:28115",
"request": "185.36.205.105:28116",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 1,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1759823744,
"last_update": 1780591829,
"banned": false,
"wipe": 1779389300,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1815,
"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/10412563");
$data = json_decode($json, true);
var_dump($data);