noob navy [PVE-1] - MATURE ONLY के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 124,
"fps_avg": 116,
"entities_count": 170893,
"world_seed": 12288382,
"world_size": 5000,
"steam_id": "90286568146740225",
"domain": null,
"id": 227781,
"ip": "170.249.192.26",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Atlanta",
"description": "![noob navy [PVE-1] - MATURE ONLY](https://www.anoners.com/tugboat_nn_pve.png)\nWelcome to the Noob Navy PVE server.\r\n\r\nThe server map wipes monthly with a Blueprint wipe on odd months.\r\nNo Decay or Upkeep on buildings, horses, or tug boats. Other vehicles have standard decay.\r\nPurge is announced on the Tuesday just before forced wipe.\r\n\r\nBasic Server Rules:\r\n• No killing or looting of players or sleepers.\r\n• No raiding or looting of player buildings or deployables.\r\n• Call out looting of major monuments, PvE Events, and random air drops when you arrive and is safe to do so.\r\n• If you Join together, you leave together. Friends of banned players will be banned, too.\r\n\r\nAdditional rules and translations can be found on the Noob Navy Discord.\r\n\r\nServer Commands:\r\n!help • !rules • !discord • !wipe • !pop • !purge",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780258394,
"last_online": 1780552832,
"icon": null,
"name": "noob navy [PVE-1] - MATURE ONLY",
"connect": "170.249.192.26:28015",
"request": "170.249.192.26:28017",
"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": 1582979092,
"last_update": 1780552832,
"banned": false,
"wipe": 1778185160,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1824,
"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/227781");
$data = json_decode($json, true);
var_dump($data);