Rust
API for WEREWOLF GAMING.CO US 5x Solo/Duo/Trio|Loot X5|TP|Homes|Kits|
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/6559789json
{
"response": {
"fps": 30,
"fps_avg": 29,
"entities_count": 106144,
"steam_id": "90284367244476427",
"domain": null,
"id": 6559789,
"ip": "208.103.169.198",
"port": 28014,
"query": 28015,
"color": 0,
"city": "Dallas",
"description": "\n ▶The Professionals of Modded Rust◀\r\nWerewolf Gaming.co US 5x Trio\r\n▶Max Group: 3\r\n▶5x Gather Rates|5x Crafting Speed|5x Components\r\n▶FREE Skinbox\r\n▶High Performance Custom Maps\r\n▶Active Staff 24/7|Anti-Cheat/Anti-Teaming\r\n▶Custom Improved Loot Tables\r\n▶BP Clan Sharing\r\n▶TP & Home\r\n▶Automatic Auth Share|TC|Code Lock|AutoTurret\r\n▶Increased stack size",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775778122,
"score": 0,
"last_online": 1776313813,
"icon": null,
"name": "WEREWOLF GAMING.CO US 5x Solo/Duo/Trio|Loot X5|TP|Homes|Kits|",
"connect": "208.103.169.198:28014",
"request": "208.103.169.198:28015",
"map": "Server WIPED 34 HOURS AGO",
"gamemode": "Survival",
"version": "2623",
"numplayers": 11,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 64,
"add_date": 1730656015,
"last_update": 1776313813,
"banned": false,
"wipe": 1776189400,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 843,
"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/6559789");
$data = json_decode($json, true);
var_dump($data);