Last Wolf Sanctuary 2x Bi-weekly | Solo Only के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 47,
"fps_avg": 46,
"entities_count": 113917,
"world_seed": 1116398402,
"world_size": 4500,
"steam_id": "90286584555229199",
"domain": null,
"id": 10534596,
"ip": "64.42.177.222",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Seattle",
"description": "\nBiweekly Map Wipe \r\n Monthly BP Wipe \r\n 2x Gather & Scrap \r\n First 3 days of wipe = Raid Block \r\n No Decay \r\n Short Nights \r\n Large Stack Sizes \r\n Infinite Lighting Fuel \r\n SAM Auth \r\n Raidable Bases \r\n \r\n Rules: \r\n - Solo only \r\n - No griefing \r\n - Low toxicity \r\n - No teaming \r\n \r\n Breaking any of these rules will have you banned quickly - our admins are active. \r\n \r\n Join our discord to chat with other members, learn more, and contact administration.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780125215,
"last_online": 1780589431,
"icon": null,
"name": "Last Wolf Sanctuary 2x Bi-weekly | Solo Only",
"connect": "64.42.177.222:28015",
"request": "64.42.177.222: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": 1762518699,
"last_update": 1780589431,
"banned": false,
"wipe": 1779397835,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3726,
"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/10534596");
$data = json_decode($json, true);
var_dump($data);