R WB Welcome to the new SkyblockNL server R WB के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": null,
"domain": "mercury.cheesehosting.net",
"id": 11750738,
"ip": "193.108.200.204",
"port": 37464,
"query": 37464,
"project_id": null,
"color": 0,
"city": "Houten",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1780519131,
"last_online": 1780735853,
"icon": null,
"name": "R WB Welcome to the new SkyblockNL server R WB",
"connect": "mercury.cheesehosting.net:37464",
"request": "193.108.200.204:37464",
"map": null,
"gamemode": null,
"version": "1.21.11",
"numplayers": 2,
"maxplayers": 50,
"bots": 0,
"secured": null,
"private": null,
"country": "NL",
"status": true,
"votes": 0,
"points": 32,
"add_date": 1780519131,
"last_update": 1780735853,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1497,
"language": "nl",
"parked": false,
"app": {
"id": 169,
"steam_id": 9000034,
"name": "Minecraft",
"url": "minecraft"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11750738");
$data = json_decode($json, true);
var_dump($data);