API for Rookie's Refuge Solo/Duo/Trio | 10x NA | Mini | Kits & Rewards
JSON for programs, websites and more
text
json
{
"response": {
"fps": 60,
"fps_avg": 58,
"entities_count": 97312,
"world_seed": 711353883,
"world_size": 4000,
"steam_id": "90286585560228888",
"domain": null,
"id": 11189310,
"ip": "66.51.96.65",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Ashburn",
"description": "\nWelcome to Rookie's Refuge — the perfect Rust server for new and returning players!\r\nWe created a beginner-friendly 10x environment where you can actually enjoy the game instead of getting raided in the first 30 minutes.\r\nWhether you're brand new to Rust or just tired of toxic 1000+ hour servers, this is your safe place to learn, build, and have fun.\r\nhttps://discord.gg/kECGcrY8wj",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780012419,
"last_online": 1780603235,
"icon": null,
"name": "Rookie's Refuge Solo/Duo/Trio | 10x NA | Mini | Kits & Rewards",
"connect": "66.51.96.65:28015",
"request": "66.51.96.65:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1772699041,
"last_update": 1780603235,
"banned": false,
"wipe": 1780012504,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4140,
"language": "en",
"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/11189310");
$data = json_decode($json, true);
var_dump($data);