Rust
API for [SEA] CrustyRusty | 10x PvE
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/2087794json
{
"response": {
"fps": 52,
"fps_avg": 51,
"entities_count": 110760,
"world_seed": 1337,
"world_size": 3850,
"steam_id": "90284754901223434",
"domain": null,
"id": 2087794,
"ip": "15.235.160.5",
"port": 28115,
"query": 28117,
"color": 0,
"city": "Singapore",
"description": "![[SEA] CrustyRusty | 10x PvE](https://rustbkk.com/rust.png)\n▶ Weekly Full Wipe Friday@7PM ICT\r\n▶ Server Location: Singapore\r\n▶ 10x GATHER & LOOT\r\n▶ Merged Outpost & Bandit\r\n▶ PvP at T1+ Monuments and 24 hours before wipe\r\n▶ Mods:\r\n★ HUD\r\n★ Clans + UI\r\n★ Teleport + UI\r\n★ Shared BPs\r\n★ Raidable Bases\r\n★ Events (Train, Harbor, Convoy)\r\n★ Upgradable Furnaces\r\n★ Extended Workbench\r\n★ Skill Tree\r\n★ Tiered Electricity\r\n★ Base Repair, Remove, and Upgrade",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776423820,
"score": null,
"last_online": 1776853220,
"icon": null,
"name": "[SEA] CrustyRusty | 10x PvE",
"connect": "15.235.160.5:28115",
"request": "15.235.160.5:28117",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 3,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "SG",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1702034078,
"last_update": 1776853220,
"banned": false,
"wipe": 1776430865,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1365,
"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/2087794");
$data = json_decode($json, true);
var_dump($data);