[NL][EU] KWSN PVE/PVP |Friendly|No TechTree के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 45,
"fps_avg": 37,
"entities_count": 108978,
"world_seed": 524973656,
"world_size": 4096,
"steam_id": "90286728124686348",
"domain": null,
"id": 10160218,
"ip": "23.111.240.211",
"port": 28310,
"query": 28245,
"project_id": null,
"color": 0,
"city": "Amsterdam",
"description": "![[NL][EU] KWSN PVE/PVP |Friendly|No TechTree](https://www.dropbox.com/s/j90uq0gyv3ceojo/KWSNlogo1.png?dl=1)\nWe are KWSN Community Dutch and English.\r\nThis isn't an easy PVE server. The NPCs are tough, the events are difficult, and the tech tree is closed. You'll face challenges along the way, and you'll have to survive. We use custom maps and tons of mods. Our server continues to grow with new challenges and changes to make it a true pve survival. PVP is active every saturday/sunday \r\n• Friendly and Social Community.\r\n • We are Monthly PVE\r\n •A lot of PVE mods.\r\n • We have events, such as Convoy, Flying Cargo and more.\r\n • We use Custom Maps and making our own maps.\r\n •Active Admins.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780595663,
"last_online": 1780948232,
"icon": null,
"name": "[NL][EU] KWSN PVE/PVP |Friendly|No TechTree",
"connect": "23.111.240.211:28310",
"request": "23.111.240.211:28245",
"map": "Cataclsym: Fury of Nature",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1756243420,
"last_update": 1780948232,
"banned": false,
"wipe": 1780595771,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4034,
"language": "nl",
"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/10160218");
$data = json_decode($json, true);
var_dump($data);