Rust
API for Drunk Potatoes 5X|BaseProtection|Build+|Shops|QOL|BPACK
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11018145json
{
"response": {
"fps": 67,
"fps_avg": 75,
"entities_count": 172809,
"world_seed": 1337,
"world_size": 4500,
"steam_id": "90285033751620618",
"domain": null,
"id": 11018145,
"ip": "66.51.99.56",
"port": 28025,
"query": 28026,
"color": 0,
"city": "Dallas",
"description": "\nMap wipes monthly\r\nBase protection on and offline using scrap (players choose when/if to be raided)\r\n\r\n- No chat commands, all plugins integrated into the game.\r\n- 5x gather, resource pickup and loot\r\n- Friendly and helpful community\r\n- Custom maps provide building flexibility with increased space & varied locations\r\n\r\n- Raidable Bases\r\n- Tree Houses\r\n- Base Reforge\r\n- NPC Vendors\r\n- Indestructible helicopter fighting towers and heli signals\r\n- Events\r\n\r\n- Unlimited IO connections in Tree Houses\r\n\r\n- See Web Page button below for Discord link",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776441206,
"score": 0,
"last_online": 1777318820,
"icon": null,
"name": "Drunk Potatoes 5X|BaseProtection|Build+|Shops|QOL|BPACK",
"connect": "66.51.99.56:28025",
"request": "66.51.99.56:28026",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 3,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1769944473,
"last_update": 1777318820,
"banned": false,
"wipe": 1775154580,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1771,
"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/11018145");
$data = json_decode($json, true);
var_dump($data);