Minecraft
✞ MixerGrief ✞ Вайп Сервера ☆ 1.21 - 1.16.5 ☆ 29 марта в 16:00 по МСК के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/9395485json
{
"response": {
"steam_id": null,
"domain": "mc.mixergrief.pw",
"id": 9395485,
"ip": "80.242.59.79",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Veliky Novgorod",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1769188266,
"score": 0,
"last_online": 1776797421,
"icon": null,
"name": "✞ MixerGrief ✞ Вайп Сервера ☆ 1.21 - 1.16.5 ☆ 29 марта в 16:00 по МСК",
"connect": "mc.mixergrief.pw:25565",
"request": "80.242.59.79:25565",
"map": null,
"gamemode": null,
"version": "MixerGrief",
"numplayers": 1348,
"maxplayers": 2026,
"bots": 0,
"secured": null,
"private": null,
"country": "RU",
"status": true,
"votes": 0,
"points": 63,
"add_date": 1748177998,
"last_update": 1776797421,
"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": 139,
"language": "ru",
"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/9395485");
$data = json_decode($json, true);
var_dump($data);