Gamers Paradise PVE के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 50919,
"world_seed": 2030470401,
"world_size": 3000,
"steam_id": "90286585443519494",
"domain": null,
"id": 9631482,
"ip": "156.236.84.17",
"port": 28070,
"query": 28071,
"color": 0,
"city": "Dallas",
"description": "\nMonthly Wipe Bp Wipe every 3rd month / 2.5x Mod Whitelist PVE/ Be sure to join the Discord https://discord.gg/gamersparadise to get whitelisted",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778179387,
"last_online": 1780582838,
"icon": null,
"name": "Gamers Paradise PVE",
"connect": "156.236.84.17:28070",
"request": "156.236.84.17:28071",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1750864500,
"last_update": 1780582838,
"banned": false,
"wipe": 1778179402,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3375,
"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/9631482");
$data = json_decode($json, true);
var_dump($data);