API for [EU] Wild Sanctuary • PvE X10 • XP/SHOP/EVENTS
JSON for programs, websites and more
text
json
{
"response": {
"fps": 106,
"fps_avg": 104,
"entities_count": 228711,
"world_seed": 1617744607,
"world_size": 4750,
"steam_id": 90286582428854300,
"domain": null,
"id": 9543676,
"ip": "162.19.94.28",
"port": 28025,
"query": 28026,
"color": 0,
"city": "Gravelines",
"description": "![[EU] Wild Sanctuary • PvE X10 • XP/SHOP/EVENTS](https://i.postimg.cc/rm6VMYyt/bbanner.png)\n\nWild Sanctuary: Server 10x Gather & Loot\n\n .: MAP WITH BOTS IN MONUMENTS :.\n\nTRANSLATION: English | French | Russian | Spanish | German\n -> Automatic translation of Global/ Team/ PM chat\n\nWelcome to Wild Sanctuary, a 100% PVE modded Rust server built for fast, smooth and relaxed survival. Enjoy frequent wipes, active events, quality-of-life features, and a fair progression system designed for both casual players and experienced survivors.\nJoin an international community with auto-translated chat and build your sanctuary in a dynamic Rust world.\nPlease note: this server is modded and entirely non-profit, created purely for the enjoyment of the community.❞\n\nWIPE & RESETS\n • Map wipe: every 2 weeks\n • Currency ($) reset: every 2 weeks\n • XP reset: every month\n\nSERVER FEATURES:\n - Backpack: /backpack (extensible with skills)\n - BuildSkin: Directly on TC\n - Team [ Max. 5 members]\n - Craft Everywhere & Instant (except some items)\n - Craft System Extend: /craft\n - Events\n - Héli: /mymini\n - Item Stack: Use Right-Click\n - Kits: /kit\n - Shop: /shop\n - SkillTree: Unique Experience system /skilltree or /st\n - Skins: /sb | /sd (Survivor Rank's)\n - Skip Night Vote\n - Teleportation: /home | /tpa | /outpost | /bandit\n - Turrets: No electricity needed",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780549470,
"last_online": 1780554035,
"icon": null,
"name": "[EU] Wild Sanctuary • PvE X10 • XP/SHOP/EVENTS",
"connect": "162.19.94.28:28025",
"request": "162.19.94.28:28026",
"map": "Procedural | Next Wipe 04/06",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1750544898,
"last_update": 1780554035,
"banned": false,
"wipe": 1779383696,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3055,
"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/9543676");
$data = json_decode($json, true);
var_dump($data);