API for Rusty Warehouse - Noob Friendly since 2015
JSON for programs, websites and more
text
json
{
"response": {
"fps": 46,
"fps_avg": 47,
"entities_count": 118761,
"world_seed": 1739944168,
"world_size": 4500,
"steam_id": "90286605469106197",
"domain": null,
"id": 10412955,
"ip": "51.81.11.20",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Warrenton",
"description": "Welcome to The Rusty Warehouse - Noob Friendly since December 2015!\r\nNoob Friendly - We try to be noob friendly and regulars won't KOS\r\n Rules: Don't be a dick, No griefing, no using exploits, and no hacking! Spoilage may start off for first weekend then be turned on.\r\nSome of us split airdrops and timed crates so go for them.\r\nCall out, under drop, when you are under it or started crate, once you start it, to limit people showing up.\r\n Don't steal from community machines.\r\nPVP areas rotate daily so check using !pvp in chat.\r\nRaid week is the final week of the wipe. Type !raid in chat for day/time it starts. No raiding until then.\r\nType !bangs in chat for some helpful commands\r\nAsk for help people are good about helping out if you need it,...\r\nWe give what we get, ... friendly and the server is friendly, not and we aren’t\r\nSay Admin in chat to locate an admin.\r\nCheck out our steam group: The Rusty Warehouse\r\nIf you need to discuss something with admins you can email: [email protected]",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780599269,
"last_online": 1780641026,
"icon": null,
"name": "Rusty Warehouse - Noob Friendly since 2015",
"connect": "51.81.11.20:28015",
"request": "51.81.11.20:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 2,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1759823792,
"last_update": 1780641026,
"banned": false,
"wipe": 1780599583,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1880,
"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/10412955");
$data = json_decode($json, true);
var_dump($data);