Rust
API for HollowServers.co 3x Monthly Solo/Duo/Trio/Quad |Shared BPs
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10805313json
{
"response": {
"fps": 49,
"fps_avg": 48,
"entities_count": 181095,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90284353206512658",
"domain": null,
"id": 10805313,
"ip": "62.233.59.10",
"port": 28015,
"query": 28010,
"color": 0,
"city": "Kyiv",
"description": "Welcome To HollowServers.co 3x Monthly Quad\r\n\r\n ✔ Group Limit: 4 \r\n ✔ Junk removed from loot\r\n ✔ Tier 1 BPs unlocked\r\n ✔ 3x Gather Rates\r\n ✔ 3x Components and Scrap\r\n ✔ Long Days & Short Nights\r\n ✔ Active Admins",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776163916,
"score": 0,
"last_online": 1776825615,
"icon": null,
"name": "HollowServers.co 3x Monthly Solo/Duo/Trio/Quad |Shared BPs",
"connect": "62.233.59.10:28015",
"request": "62.233.59.10:28010",
"map": "Wiped - 19 Days ago",
"gamemode": "Survival",
"version": "2623",
"numplayers": 31,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "UA",
"status": true,
"votes": 0,
"points": 71,
"add_date": 1766921239,
"last_update": 1776825615,
"banned": false,
"wipe": 1775152318,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 559,
"language": "uk",
"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/10805313");
$data = json_decode($json, true);
var_dump($data);