API for [US] PureRust | PvE | No Decay | No Killing | No Raiding
JSON for programs, websites and more
text
json
{
"response": {
"fps": 21,
"fps_avg": 20,
"entities_count": 216196,
"world_seed": 1111797790,
"world_size": 4250,
"steam_id": "90286589635009543",
"domain": null,
"id": 10871082,
"ip": "91.229.114.81",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Chicago",
"description": "![[US] PureRust | PvE | No Decay | No Killing | No Raiding](https://rust-server-images.physgun.com/da40aff1f964b879390957720cda61b66c22436d658b30d78c5cdb4ba44ef387.png)\nWelcome to PureRust!\r\n Enjoy a relaxed, cooperative Rust experience without the stress of offline raids.\r\n\r\n Server Info & Core Rules:\r\n • 100% PvE - No raiding, stealing, or griefing\r\n • Respect Claims - Don't steal monument or event loot\r\n • Build Freely - Just don't block roads or monuments\r\n • Zero Toxicity - Clean, friendly, English-only chat\r\n • Active Staff - Here to keep things running smoothly",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780470419,
"last_online": 1780594228,
"icon": null,
"name": "[US] PureRust | PvE | No Decay | No Killing | No Raiding",
"connect": "91.229.114.81:28015",
"request": "91.229.114.81:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 15,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 65,
"add_date": 1768318514,
"last_update": 1780594228,
"banned": false,
"wipe": 1778178711,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 743,
"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/10871082");
$data = json_decode($json, true);
var_dump($data);