Rust
API for HollowServers.co 10x No BPs [Loot++|Events|MyMini|Shop|Noob Fri
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10605314json
{
"response": {
"fps": 30,
"fps_avg": 29,
"entities_count": 172667,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90284708770179084",
"domain": null,
"id": 10605314,
"ip": "62.233.59.4",
"port": 28015,
"query": 28010,
"color": 0,
"city": "Los Angeles",
"description": "Welcome To HollowServers.co 10x No BPs!\r\n - Heavily boosted loot, ensures there's lots of PVP and Raiding.\r\n - Spawn Mini Copters in with /mymini spawns with unlimited fuel\r\n - 10x Gathering and Resources\r\n - No BPs & Instant Craft\r\n - Clans, Auth Share, Teleport\r\n - Everyone has access to BGrade, SkinBox, Auto Doors, Remove\r\n - Custom Raid Zones",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775819524,
"score": 0,
"last_online": 1776825610,
"icon": null,
"name": "HollowServers.co 10x No BPs [Loot++|Events|MyMini|Shop|Noob Fri",
"connect": "62.233.59.4:28015",
"request": "62.233.59.4:28010",
"map": "Wiped 1 Days ago",
"gamemode": "Survival",
"version": "2623",
"numplayers": 121,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 104,
"add_date": 1763321579,
"last_update": 1776825610,
"banned": false,
"wipe": 1776711493,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 92,
"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/10605314");
$data = json_decode($json, true);
var_dump($data);