420 US WEST 2X | No Decay | No BP Wipe के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 99,
"fps_avg": 94,
"entities_count": 87632,
"world_seed": 22,
"world_size": 4000,
"steam_id": "90286605167609884",
"domain": null,
"id": 10116833,
"ip": "64.20.48.67",
"port": 28080,
"query": 28015,
"color": 0,
"city": "Secaucus",
"description": "\n(WIPED 04JUN - 1116HOURS)\r\nThis server FORCE WIPES only, and a daily restart time of 3AM PST. YOU CAN NOW BUY RECYCLERS AT THE ADMIN VENDING MACHINE AT OUTPOST, LOOKS LIKE WORK BENCH BUT IT IS A RECYCLER!\r\n\r\nMods - Gather manager | Stack Size Controller | No Decay \r\n\r\n- Sign Artist | Automatic Authorization | Vehicle Decay Protection \r\n\r\nAll resources stack to 5k. All Resources are 2x including scrap. \r\n\r\nPlease see discord for more info. Racist / homophobic / toxic individuals will not be tolerated. \r\n\r\nBe sure to join the server discord for updates.\r\nhttps://discord.gg/XuetQbAAdA All are welcome!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780599269,
"last_online": 1780606829,
"icon": null,
"name": "420 US WEST 2X | No Decay | No BP Wipe",
"connect": "64.20.48.67:28080",
"request": "64.20.48.67:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 2,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1755725455,
"last_update": 1780606829,
"banned": false,
"wipe": 1780599449,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2404,
"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/10116833");
$data = json_decode($json, true);
var_dump($data);