API for [PVE] FIFTY SHADES OF RUST
JSON for programs, websites and more
text
json
{
"response": {
"fps": 225,
"fps_avg": 226,
"entities_count": 113777,
"world_seed": 1337,
"world_size": 5000,
"steam_id": "90285909526555661",
"domain": null,
"id": 11501143,
"ip": "57.128.211.67",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Warsaw",
"description": "![[PVE] FIFTY SHADES OF RUST](http://fiftyshadesofrust.uk/wp-content/uploads/2026/01/cropped-fifty-shades-of-rust-header-scaled-1.png)\nWelcome to Fifty Shades of Rust!\r\n[PVE ONLY - NO PVP]\r\nProgression-focused server with persistent XP & ranks across wipes.\r\n[WIPE SCHEDULE]\r\nMonthly Wipe: First Thursday of each month @ 7pm [UK] \r\n[FEATURES]\r\n• 15 Rank Progression System\r\n• Persistent XP (never resets!)\r\n• Custom Kits unlocked by rank\r\n• Perks: Teleports\r\n Backpacks\r\n Gather Bonuses\r\n • Custom Stack Sizes (25k wood/stone)\r\n • No Structure Decay\r\n • Raidable Bases & Boss Fights\r\n [KEEP AFTER WIPES]\r\n XP & Ranks & Kits & Perks & Clans\r\n Discord: https://discord.gg/kqqUudAU",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779207167,
"last_online": 1780594234,
"icon": null,
"name": "[PVE] FIFTY SHADES OF RUST",
"connect": "57.128.211.67:28015",
"request": "57.128.211.67:28016",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "PL",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207167,
"last_update": 1780594234,
"banned": false,
"wipe": 1778312005,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4345,
"language": "pl",
"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/11501143");
$data = json_decode($json, true);
var_dump($data);