Project Rust Paradox | 1x | PvE/PvP | Noob Friendly के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 30,
"fps_avg": 35,
"entities_count": 91576,
"world_seed": 0,
"world_size": 4500,
"steam_id": "90286293577714689",
"domain": null,
"id": 11607042,
"ip": "91.229.114.107",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Chicago",
"description": "\nBRAND NEW SERVER! | FOG OF WAR | Monthly Wipes | Custom Maps & Monuments | PvE with PvP Zones + PvP Islands | Clans 8 Max | Battlepass | 72hr Offline Raid Protection | Custom Loot | Kits | Skill Tree | Quests | Raid Bases | Zombies | Server Shop | Skinbox | Custom Weapons | Medical Upgrades | Auto Doors | Auto Lock TC | Auto Upgrade/Repair | Quests | No Vehicle Decay | Safezone TP | Daily Rewards | Voting Rewards | Recycler Prefabs | Safezone Recyclers | RP Features | Sign Artist | Active Events | Discord Community | Constant Updates | Join Today!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780563821,
"last_online": 1779993028,
"icon": null,
"name": "Project Rust Paradox | 1x | PvE/PvP | Noob Friendly",
"connect": "91.229.114.107:28015",
"request": "91.229.114.107:28017",
"map": "Urban Warzone",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779915493,
"last_update": 1780563821,
"banned": false,
"wipe": 1779628482,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 12290,
"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/11607042");
$data = json_decode($json, true);
var_dump($data);