API for RustDecay PVE 200x - Relax & Build [Skills | Events | Shop ]
JSON for programs, websites and more
text
json
{
"response": {
"fps": 40,
"fps_avg": 39,
"entities_count": 83824,
"world_seed": 1337,
"world_size": 5300,
"steam_id": "90286747378546718",
"domain": null,
"id": 4599927,
"ip": "91.229.114.72",
"port": 28010,
"query": 28015,
"project_id": null,
"color": 0,
"city": "Chicago",
"description": "![RustDecay PVE 200x - Relax & Build [Skills | Events | Shop ]](https://www.rustdecay.com/assets/images/headers/200xSkillTree_rustdecay.png)\n200x Resources!\r\n\r\nWIPE SCHEDULE\r\nWIPE: BI-WEEKLY\r\n\r\nMAIN FEATURES\r\nUnique Rust gameplay\r\nFun & engaging server events\r\nIn-game shop for QOL\r\nEasy loot & scrap w/ autolooting\r\nDISCORD: discord.gg/RUSTDECAY\r\nSTORE: store.rustdecay.com",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780602867,
"last_online": 1780933830,
"icon": null,
"name": "RustDecay PVE 200x - Relax & Build [Skills | Events | Shop ]",
"connect": "91.229.114.72:28010",
"request": "91.229.114.72:28015",
"map": "discord.gg/rustdecay",
"gamemode": "Survival",
"version": "2627",
"numplayers": 7,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 63,
"add_date": 1717336673,
"last_update": 1780933830,
"banned": false,
"wipe": 1780603241,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1747,
"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/4599927");
$data = json_decode($json, true);
var_dump($data);