[PVE] MetaRust | No KOS or Raiding | Raidable Bases | Raidable के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 113,
"fps_avg": 105,
"entities_count": 95539,
"world_seed": 687936826,
"world_size": 4000,
"steam_id": "90286622216004614",
"domain": null,
"id": 11645324,
"ip": "51.161.199.12",
"port": 60408,
"query": 60410,
"color": 0,
"city": "North Sydney",
"description": "Welcome to [PVE] MetaRust. (Monthly). This server is a community and modded based entity that allows solos, duos, trios and clans alike to build big, farm strategically and raid our raidable bases and raidable boats events (along with much more). We have added quality of life plugins such as box stacking, remover tools along with Teleportation abilities, however, keeping vanilla rust at the forefront of the gameplay experience. There is no Raiding, No Killing and Half Decay. Purge day (Raid everything and everyone) is only active 24 hours before facepunch wipe schedule where you and your friends are able to keep your pvp skills sharp whilst enduring the PVE experience. Please join our discord; our active staff are readily available to help wherever possible. https://discord.gg/Hjp6yV58",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780641263,
"last_online": 1780649427,
"icon": null,
"name": "[PVE] MetaRust | No KOS or Raiding | Raidable Bases | Raidable",
"connect": "51.161.199.12:60408",
"request": "51.161.199.12:60410",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 4,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1780177460,
"last_update": 1780649427,
"banned": false,
"wipe": 1780610933,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1649,
"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/11645324");
$data = json_decode($json, true);
var_dump($data);