Minecraft
API для ▬▬▬▬▬▬▬▬▬[-- ▚ 🪓 ᴡᴡᴡ.ᴄʀᴀꜰᴛᴍᴄ.ʟᴛ 🗡 ▞ --]▬▬▬▬▬▬▬▬▬ ♦ sᴜʀᴠɪᴠᴀʟ ♦ ᴘᴠᴘ ♦ ꜰɪꜱʜɪɴɢ ♦ ꜰᴀʀᴍɪɴɢ ♦ ꜰᴀᴄᴛɪᴏɴꜱ
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/362887json
{
"response": {
"steam_id": null,
"domain": "mc.craftmc.lt",
"id": 362887,
"ip": "185.172.156.2",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Herzliya",
"description": "",
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1776498240,
"score": null,
"last_online": 1776730826,
"icon": null,
"name": "▬▬▬▬▬▬▬▬▬[-- ▚ 🪓 ᴡᴡᴡ.ᴄʀᴀꜰᴛᴍᴄ.ʟᴛ 🗡 ▞ --]▬▬▬▬▬▬▬▬▬ ♦ sᴜʀᴠɪᴠᴀʟ ♦ ᴘᴠᴘ ♦ ꜰɪꜱʜɪɴɢ ♦ ꜰᴀʀᴍɪɴɢ ♦ ꜰᴀᴄᴛɪᴏɴꜱ",
"connect": "mc.craftmc.lt:25565",
"request": "185.172.156.2:25565",
"map": null,
"gamemode": null,
"version": "§cᴡɪᴘᴇᴅ §8|§c §71.19.4 - 1.21.11§c §4[§2108§4/§a250§4]",
"numplayers": 108,
"maxplayers": 250,
"bots": 0,
"secured": null,
"private": null,
"country": "IL",
"status": true,
"votes": 0,
"points": 48,
"add_date": 1597680305,
"last_update": 1776730826,
"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": 183,
"language": "he",
"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.ru/servers/362887");
$data = json_decode($json, true);
var_dump($data);