Minecraft
play.MANACUBE.com OLYMPUS ⛏ PRISON PERCY JACKSON CRATE NEW SEASON UPDATE के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11156516json
{
"response": {
"steam_id": null,
"domain": "play.manacube.net",
"id": 11156516,
"ip": "51.161.27.111",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Montreal",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1776237675,
"score": 0,
"last_online": 1776441031,
"icon": null,
"name": "play.MANACUBE.com OLYMPUS ⛏ PRISON PERCY JACKSON CRATE NEW SEASON UPDATE",
"connect": "play.manacube.net:25565",
"request": "51.161.27.111:25565",
"map": null,
"gamemode": null,
"version": "Velocity 1.7.2-26.1.2",
"numplayers": 1265,
"maxplayers": 3500,
"bots": 0,
"secured": null,
"private": null,
"country": "CA",
"status": true,
"votes": 0,
"points": 46,
"add_date": 1772228019,
"last_update": 1776441031,
"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": 686,
"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/11156516");
$data = json_decode($json, true);
var_dump($data);