API for [AU/NZ] RUST MINI | Solo Duo | Designed for Workers
JSON for programs, websites and more
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 42218,
"world_seed": 1500,
"world_size": 2500,
"steam_id": "90286591527312403",
"domain": null,
"id": 11698927,
"ip": "103.62.51.132",
"port": 28105,
"query": 28106,
"color": 0,
"city": "Sydney",
"description": "![[AU/NZ] RUST MINI | Solo Duo | Designed for Workers](https://www.dropbox.com/scl/fi/tt765gekkbbdbi9g0zj5h/mini-maps-header.jpg?rlkey=obvodjysdmjgbhd07nrw5clry&st=dcjbtz0q&dl=1)\n\r\n • Official Facepunch Wipe Schedule • 2500 Maps \r\n • Outpost & Bandit Camp merged with mini's \r\n • Ideal for workers • Vanilla Loot \r\n • Balanced Event Times (No overnight hoarding) \r\n • Offline Raids Limited \r\n • Half Tool Cupboard Upkeep • Recyclers at fishing villages \r\n \r\n This is a small server with A.I Anti-Cheat System. Toxic players will be booted. Have fun!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780227281,
"last_online": 1780596630,
"icon": null,
"name": "[AU/NZ] RUST MINI | Solo Duo | Designed for Workers",
"connect": "103.62.51.132:28105",
"request": "103.62.51.132:28106",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780227281,
"last_update": 1780596630,
"banned": false,
"wipe": 1778184359,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1940,
"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/11698927");
$data = json_decode($json, true);
var_dump($data);