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