Minecraft
CHAMPICRAFT NETWORK 26.1][1.12.x - TIENDA » ¡Oferta en tienda.chammpicraft.net! ♣ के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/7459676json
{
"response": {
"steam_id": null,
"domain": "mc.champicraft.net",
"id": 7459676,
"ip": "103.195.101.55",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Miami",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1774125740,
"score": 0,
"last_online": 1776811834,
"icon": null,
"name": "CHAMPICRAFT NETWORK 26.1][1.12.x - TIENDA » ¡Oferta en tienda.chammpicraft.net! ♣",
"connect": "mc.champicraft.net:25565",
"request": "103.195.101.55:25565",
"map": null,
"gamemode": "FML",
"version": "Waterfall 1.7.x - 1.21.x",
"numplayers": 83,
"maxplayers": 500,
"bots": 0,
"secured": null,
"private": null,
"country": "US",
"status": true,
"votes": 0,
"points": 36,
"add_date": 1739233409,
"last_update": 1776811834,
"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": 836,
"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/7459676");
$data = json_decode($json, true);
var_dump($data);