Rust
PICKLE QUAD MONTHLY | No BP Wipe | Low Upkeep | Quad Trio के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/444950json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 132467,
"world_seed": 1337,
"world_size": 4000,
"steam_id": "90285171449440274",
"domain": null,
"id": 444950,
"ip": "104.238.229.42",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Dallas",
"description": "\nVisit PickleServers.com to learn about all of our various servers and rules!\r\nDiscord.PickleServers.com\r\nMap Wipe Monthly. Next map wipe 5/7\r\n\r\nPickle Servers are centered on the community, proudly serving players for over half a decade!\r\nNo BP Wipes unless forced cannot be bypassed (We have never wiped BPs!)\r\nLow upkeep - less time farming for your base upkeep. Decay is unchanged.\r\nActive Non-playing Admins with fast response times\r\n\r\nPlease read the full rules on our website but here is the TL;DR\r\nMax team/base limit of 4\r\nAllies are allowed but there are restrictions such as base distance\r\nActive Non-Playing Admin! You never have to worry about Admin abuse on the Pickle. We will not build a base/farm/PvP/break walls etc.. but are often watching activity in-game or through console.\r\nNo players with previous VAC/Game Bans on their steam profile allowed, no exceptions.\r\nAbsolutely no cheating is allowed on Pickle Servers and we work hard to detect and ban suspected cheaters.\r\n\r\nWe have many different server configurations! Search PICKLE to see what we have available!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775194330,
"score": null,
"last_online": 1777585218,
"icon": null,
"name": "PICKLE QUAD MONTHLY | No BP Wipe | Low Upkeep | Quad Trio",
"connect": "104.238.229.42:28015",
"request": "104.238.229.42:28016",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 8,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1630779702,
"last_update": 1777585218,
"banned": false,
"wipe": 1775152187,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1459,
"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/444950");
$data = json_decode($json, true);
var_dump($data);