API für 🐺 LONE WOLF | SOLO 5X | Busy Dads & Adults | Biweekly·Chill
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286605590756378",
"domain": null,
"id": 11677439,
"ip": "73.164.1.196",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Manitowoc",
"description": "![LONE WOLF | SOLO 5X | Busy Dads & Adults | Monthly·Chill [NA]](https://lonewolfsolo.com/banner.png)\nSolo / lonewolf Rust for working dads and busy adults - play at your pace, keep your progress. 5x gather, 5x stacks, instant craft, fast smelt, base-wide workbench. Fair raid window: bases raidable 5 PM-12 AM ET only - one shared clock, no pay-to-win bypass. Daily and season RP bounties, free /kit starter at spawn. Play-to-earn RP: sell loot, spend in /shop on vehicles and gear. Max team size 1 (true solo, enforced). Monthly map wipes (first Thursday). 5 rotating solo PvE events. >> Website: lonewolfsolo.com Discord: discord.gg/vUVxmVnqx9",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780600465,
"last_online": 1780640434,
"icon": null,
"name": "🐺 LONE WOLF | SOLO 5X | Busy Dads & Adults | Biweekly·Chill",
"connect": "73.164.1.196:28015",
"request": "73.164.1.196:28017",
"map": "Procedural Map",
"gamemode": "Rust",
"version": "2627",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780216209,
"last_update": 1780640434,
"banned": false,
"wipe": 1780600540,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5495,
"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/11677439");
$data = json_decode($json, true);
var_dump($data);