[EU]Royal Family Gaming|3X|PVE/PVP Zones|Monthly|| के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 38,
"fps_avg": 38,
"entities_count": 162041,
"world_seed": 1337,
"world_size": 4750,
"steam_id": "90285932983445516",
"domain": null,
"id": 7467919,
"ip": "185.172.175.243",
"port": 28014,
"query": 28015,
"color": 0,
"city": "City of London",
"description": "![[EU]Royal Family Gaming|3X|PVE/PVP Zones|Monthly||](https://i.ibb.co/cKDPSTxQ/EU-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: 5-07-26\r\nNext Purge: 6-03-26\r\nNext Wipe: 6-04-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": 1778292780,
"last_online": 1779204015,
"icon": null,
"name": "[EU]Royal Family Gaming|3X|PVE/PVP Zones|Monthly||",
"connect": "185.172.175.243:28014",
"request": "185.172.175.243:28015",
"map": "Royal Family Gaming FPS+",
"gamemode": "Survival",
"version": "2625",
"numplayers": 11,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 68,
"add_date": 1739234779,
"last_update": 1779204015,
"banned": false,
"wipe": 1778178084,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 757,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/7467919");
$data = json_decode($json, true);
var_dump($data);