PLAYBLOCKS [1.21] - discord.gg/playblocks SEASON 2 LEADERBOARDS JOIN NOW! के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": null,
"domain": "playblocks.net",
"id": 997205,
"ip": "23.163.152.19",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Sterling",
"description": "",
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1771611131,
"last_online": 1780574459,
"icon": null,
"name": "PLAYBLOCKS [1.21] - discord.gg/playblocks SEASON 2 LEADERBOARDS JOIN NOW!",
"connect": "playblocks.net:25565",
"request": "23.163.152.19:25565",
"map": null,
"gamemode": null,
"version": "1.7.2, 1.7.3, 1.7.4, 1.7.5, 1.7.6, 1.7.7, 1.7.8, 1.7.9, 1.7.10, 1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.8.5, 1.8.6, 1.8.7, 1.8.8, 1.8.9, 1.9, 1.9.1, 1.9.2, 1.9.3, 1.9.4, 1.10, 1.10.1, 1.10.2, 1.11, 1.11.1, 1.11.2, 1.12, 1.12.1, 1.12.2, 1.13, 1.13.1, 1.13.2, 1",
"numplayers": 48,
"maxplayers": 1000,
"bots": 0,
"secured": null,
"private": null,
"country": "US",
"status": true,
"votes": 0,
"points": 32,
"add_date": 1685027872,
"last_update": 1780574459,
"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": 1334,
"language": "en",
"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/997205");
$data = json_decode($json, true);
var_dump($data);