API for Rusty sheep | Solo | No BP wipe | bi-weekly
JSON for programs, websites and more
text
json
{
"response": {
"fps": 59,
"fps_avg": 58,
"entities_count": 78037,
"world_seed": 504599504,
"world_size": 3750,
"steam_id": 90286390367908880,
"domain": null,
"id": 11260621,
"ip": "66.51.97.57",
"port": 28025,
"query": 28026,
"color": 0,
"city": "City of London",
"description": "\nWelcome to [RUSTYSHEEP SOLO], a focused Rust experience built for true survivors. This server is designed to eliminate the chaos of large groups and zerg clans—bringing back the raw, heart-pounding tension of a one man army.\r\n\r\n--Max Team Size: 1 (Strictly Enforced)\r\n--4pm gmt - 10pm cst wipe schedule\r\n--Active Admins & Anti-Cheat Protection\r\n--No Zergs. No Trios. No duo. No Mercy.\r\n--Balanced Loot | Vanilla \r\n:small_blue_diamond: Biweekly map wipe NO bp wipe\r\n\r\n--No hand-holding. No drama. Just Rust—how it was meant to be.\r\n\r\nJoin us and prove you can survive when it’s just you...",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780578221,
"last_online": 1780330831,
"icon": null,
"name": "Rusty sheep | Solo | No BP wipe | bi-weekly",
"connect": "66.51.97.57:28025",
"request": "66.51.97.57:28026",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1774555199,
"last_update": 1780578221,
"banned": false,
"wipe": 1779375746,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 10837,
"language": "en",
"parked": false,
"app": {
"id": 252490,
"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/11260621");
$data = json_decode($json, true);
var_dump($data);