API for [US]Royal Family Gaming|Vanilla|Main|Biweekly|
JSON for programs, websites and more
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 84847,
"world_seed": 1337,
"world_size": 3650,
"steam_id": "90285943251515409",
"domain": null,
"id": 7562826,
"ip": "64.40.8.117",
"port": 28024,
"query": 28025,
"color": 0,
"city": "Dallas",
"description": "![[US]Royal Family Gaming|Vanilla|Main|Biweekly|](https://i.ibb.co/Q0fWYtQ/US-Vanilla.png28026)\nRoyal Family Gaming | Vanilla Biweekly\r\n\r\nA true vanilla Rust experience built for competitive and long-term gameplay. Active admins ensure fair play and a smooth server environment.\r\n\r\nLast Wipe: 5-07-26\r\nNext Wipe: 5-21-26\r\n\r\nServer Info:\r\nVanilla Rates\r\nActive Admins\r\nBiweekly Map Wipes\r\nMonthly BP Wipes\r\n\r\nNo pay-to-win. No gameplay alterations. Just pure Rust the way it was meant to be played.\r\n\r\nJoin a growing community and secure your place early.\r\n\r\nDiscord: discord.gg/RFGaming\r\nSearch Royal Family Gaming for more servers or visit our Discord for full server info",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778720579,
"last_online": 1779204017,
"icon": null,
"name": "[US]Royal Family Gaming|Vanilla|Main|Biweekly|",
"connect": "64.40.8.117:28024",
"request": "64.40.8.117:28025",
"map": "Royal Family Gaming FPS+",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 2,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1739440522,
"last_update": 1779204017,
"banned": false,
"wipe": 1778176932,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1554,
"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/7562826");
$data = json_decode($json, true);
var_dump($data);