Minecraft
[Survival 1.20.x NOW!] [Amplified 1.12] [AlmostVanilla] [FreeBuild] [Protections] [CreativePlots] [PvP] के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/6188452json
{
"response": {
"steam_id": null,
"domain": "ccraft.de",
"id": 6188452,
"ip": "116.202.165.226",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Falkenstein",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1746563965,
"score": 0,
"last_online": 1776850940,
"icon": null,
"name": "[Survival 1.20.x NOW!] [Amplified 1.12] [AlmostVanilla] [FreeBuild] [Protections] [CreativePlots] [PvP]",
"connect": "ccraft.de:25565",
"request": "116.202.165.226:25565",
"map": null,
"gamemode": "FML",
"version": "BungeeCord 1.8.x-1.20.x",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": null,
"private": null,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1728259796,
"last_update": 1776850940,
"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": 2160,
"language": "de",
"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/6188452");
$data = json_decode($json, true);
var_dump($data);