Minecraft
ELMAS OYUNCU BOXMINING ⦁ 1.16 - 1.21 12. SEZON ARTIK AKTİF ⦁ www.elmasoyuncu.me के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/1003296json
{
"response": {
"steam_id": null,
"domain": "mc.elmasoyuncu.me",
"id": 1003296,
"ip": "45.131.3.254",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Yalova",
"description": "",
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1770992468,
"score": null,
"last_online": 1776105022,
"icon": null,
"name": "ELMAS OYUNCU BOXMINING ⦁ 1.16 - 1.21 12. SEZON ARTIK AKTİF ⦁ www.elmasoyuncu.me",
"connect": "mc.elmasoyuncu.me:25565",
"request": "45.131.3.254:25565",
"map": null,
"gamemode": "FML",
"version": "§bElmas §fOyuncu",
"numplayers": 57,
"maxplayers": 1000,
"bots": 0,
"secured": null,
"private": null,
"country": "TR",
"status": true,
"votes": 3,
"points": 35,
"add_date": 1685032213,
"last_update": 1776105022,
"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": 1100,
"language": "tr",
"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/1003296");
$data = json_decode($json, true);
var_dump($data);