Project American Paradox | PvE | Noob Friendly के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 92778,
"world_seed": 0,
"world_size": 4500,
"steam_id": "90286320299716613",
"domain": null,
"id": 11502603,
"ip": "91.229.114.111",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Chicago",
"description": "\nBRAND NEW PvE SERVER! FOG OF WAR ACTIVE | Monthly Wipes | Custom Maps & Monuments | PvE | Battlepass | Clans 8 Max | 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 | Vehicle License | 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": 1780578226,
"last_online": 1779993028,
"icon": null,
"name": "Project American Paradox | PvE | Noob Friendly",
"connect": "91.229.114.111:28015",
"request": "91.229.114.111: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": 1779207206,
"last_update": 1780578226,
"banned": false,
"wipe": 1778207375,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 11489,
"language": "en",
"parked": false,
"app": {
"id": 252490,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11502603");
$data = json_decode($json, true);
var_dump($data);