API for [US]Royal Family Gaming|3X|PVE/PVP Zones|Biweekly|
JSON for programs, websites and more
text
json
{
"response": {
"fps": 16,
"fps_avg": 21,
"entities_count": 175179,
"world_seed": 384694,
"world_size": 3900,
"steam_id": "90287002009830402",
"domain": null,
"id": 9631403,
"ip": "199.231.185.234",
"port": 28014,
"query": 27017,
"project_id": null,
"color": 0,
"city": "Secaucus",
"description": "![[US]Royal Family Gaming|3X|PVE/PVP Zones|Biweekly|](https://i.ibb.co/nsrL47V2/US-3x.png)\nRoyal Family Gaming | 3x PvE with PvP Zones\r\n\r\nA 3x PvE-focused experience with optional PvP zones for players who want both progression and combat. Build, farm, and progress safely while choosing when to engage in PvP.\r\n\r\nLast Wipe: 6-04-26\r\nNext Purge: 7-08-26\r\nNext Wipe: 7-09-26\r\n\r\nServer Info:\r\n3x Gather Rates\r\nPvE Gameplay with PvP Zones\r\nScheduled Purge Events\r\nActive Admins\r\nMonthly Map Wipes\r\n\r\nDesigned for players who enjoy a more relaxed environment with the option for high-risk PvP when they choose.\r\n\r\nJoin a growing community and play your way.\r\n\r\nDiscord: discord.gg/RFGaming\r\nSearch Royal Family Gaming for more servers or visit our Discord for more information",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780892055,
"last_online": 1781503220,
"icon": null,
"name": "[US]Royal Family Gaming|3X|PVE/PVP Zones|Biweekly|",
"connect": "199.231.185.234:28014",
"request": "199.231.185.234:27017",
"map": "Royal Family Gaming FPS+",
"gamemode": "Survival",
"version": "2627",
"numplayers": 8,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 70,
"add_date": 1750864481,
"last_update": 1781503220,
"banned": false,
"wipe": 1780594697,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 608,
"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/9631403");
$data = json_decode($json, true);
var_dump($data);