API for [EU] StahlWerk|Vanilla|Low Upkeep|No Limit|Just Wiped 04/06
JSON for programs, websites and more
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 44520,
"world_seed": 1337,
"world_size": 3000,
"steam_id": "90286603834325019",
"domain": null,
"id": 11260340,
"ip": "87.106.245.251",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Paris",
"description": "![[EU] StahlWerk|Vanilla|Low Upkeep|No Limit|Just Wiped 04/06](https://cdn3.mapstr.gg/22ecaf95907f29f0a6f1c24d82d5bc62.png)\nStahlWerk EU/GER | Vanilla\r\n\r\nWelcome to StahlWerk - a beginner-friendly Vanilla Rust server for both new and experienced players.\r\n\r\n- Vanilla+ gameplay\r\n- Weekly wipes (alternating between map wipe and full wipe)\r\n- Wipe times may vary and can be adjusted\r\n- Currently no strict rules or limits - subject to change\r\n\r\nOur goal is to provide a relaxed but authentic Rust experience where everyone can learn, build, and enjoy the game at their own pace.\r\n\r\nWhether you're just starting out or already experienced - you're welcome here.\r\n\r\nJoin in, explore, build, and have fun.\r\n\r\n---\r\n\r\nStahlWerk EU/GER | Vanilla | Weekly\r\n\r\nWillkommen auf StahlWerk - ein einsteigerfreundlicher Vanilla Rust Server f�r neue und erfahrene Spieler.\r\n\r\n- Pures Vanilla Gameplay \r\n- W�chentliche Wipes (abwechselnd Mapwipe / Fullwipe)\r\n- Wipe-Zeiten variieren und k�nnen angepasst werden\r\n- Aktuell keine festen Regeln oder Limits - �nderungen m�glich\r\n\r\nUnser Ziel ist es, ein entspanntes, aber authentisches Rust-Erlebnis zu bieten, bei dem jeder in seinem eigenen Tempo spielen kann.\r\n\r\nEgal ob Anf�nger oder Veteran - hier ist jeder willkommen.\r\n\r\nJoin rein, bau auf und hab Spa�.\r\n\r\n---",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780473257,
"last_online": 1780598433,
"icon": null,
"name": "[EU] StahlWerk|Vanilla|Low Upkeep|No Limit|Just Wiped 04/06",
"connect": "87.106.245.251:28015",
"request": "87.106.245.251:28017",
"map": "StahlWerkMap",
"gamemode": "Vanilla",
"version": "2627",
"numplayers": 2,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774555190,
"last_update": 1780598433,
"banned": false,
"wipe": 1780595592,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3536,
"language": "fr",
"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/11260340");
$data = json_decode($json, true);
var_dump($data);