Minecraft
BHARATMC ✘ INDIAMC VANILLA IS NOW RELEASED! के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10957826json
{
"response": {
"steam_id": null,
"domain": "play.warnetwork.fun",
"id": 10957826,
"ip": "148.113.1.115",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Mumbai",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1776831236,
"score": 0,
"last_online": 1776836431,
"icon": null,
"name": "BHARATMC ✘ INDIAMC VANILLA IS NOW RELEASED!",
"connect": "play.warnetwork.fun:25565",
"request": "148.113.1.115:25565",
"map": null,
"gamemode": "FML",
"version": "BharatMC Network",
"numplayers": 38,
"maxplayers": 200,
"bots": 0,
"secured": null,
"private": null,
"country": "IN",
"status": true,
"votes": 0,
"points": 38,
"add_date": 1768741867,
"last_update": 1776836431,
"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": 304,
"language": "hi",
"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/10957826");
$data = json_decode($json, true);
var_dump($data);