P.K.S. Quad 2X+ NoOffline NoClip Farmers Paradise के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 56,
"fps_avg": 51,
"entities_count": 164492,
"world_seed": 1337,
"world_size": 4500,
"steam_id": "90286441047328784",
"domain": null,
"id": 6282568,
"ip": "156.236.84.27",
"port": 28010,
"query": 28011,
"color": 0,
"city": "Dallas",
"description": "\nPumpkin King Servers - Noob/Newby Friendly Servers \r\n No Blueprint Wipe \r\n Offline Raid Protection \r\n 2x gather Sulfur | 3x gather all other resources and components \r\n 10x gather on Pumpkins/Corn/Potatos \r\n Vanilla loot \r\n Group Limit- 4 \r\n 33% Upkeep \r\n Kits| both VIP and non \r\n 50% smelt and craft times \r\n Work Bench extends to entire base",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778185986,
"last_online": 1780582835,
"icon": null,
"name": "P.K.S. Quad 2X+ NoOffline NoClip Farmers Paradise",
"connect": "156.236.84.27:28010",
"request": "156.236.84.27:28011",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1729463207,
"last_update": 1780582835,
"banned": false,
"wipe": 1778186239,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2914,
"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/6282568");
$data = json_decode($json, true);
var_dump($data);