Rust
API for AceRust.com 2x Solo/Duo | 50% Upkeep | Shared BPs
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/762956json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 75878,
"world_seed": 1337,
"world_size": 3250,
"steam_id": "90285672936117252",
"domain": null,
"id": 762956,
"ip": "205.178.168.42",
"port": 28015,
"query": 28010,
"color": 0,
"city": "Dallas",
"description": "Welcome to Ace Rust, the heart of modded rust\r\n\r\n\\t - 2x Gather Rate\r\n\\t - Max Team: 2\r\n\\t - Custom Loot Tables\r\n\\t - Tier 1 BPs unlocked\r\n\\t - Recyclers at Dome, Oilrigs, Cargo & Fishing Villages\r\n\\t - Long Days & Short Nights\r\n\\t - Automated Teaming Detection\r\n\\t - Custom AntiCheat",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778268183,
"score": null,
"last_online": 1778782217,
"icon": null,
"name": "AceRust.com 2x Solo/Duo | 50% Upkeep | Shared BPs",
"connect": "205.178.168.42:28015",
"request": "205.178.168.42:28010",
"map": "Wiped - 1 Days ago",
"gamemode": "Survival",
"version": "2625",
"numplayers": 11,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 64,
"add_date": 1680789852,
"last_update": 1778782217,
"banned": false,
"wipe": 1778612360,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1363,
"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/762956");
$data = json_decode($json, true);
var_dump($data);