Minecraft
API для ‹ ᴜɴɪᴠᴇʀꜱᴇ ꜰᴜɴᴍɪx › версия 1.16.5 мир • свобода • история твоя ⚔
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10866742json
{
"response": {
"steam_id": null,
"domain": "fun-mix.ru",
"id": 10866742,
"ip": "31.129.38.152",
"port": 25612,
"query": 25612,
"color": 0,
"city": "Moscow",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1776084714,
"score": 0,
"last_online": 1776850297,
"icon": null,
"name": "‹ ᴜɴɪᴠᴇʀꜱᴇ ꜰᴜɴᴍɪx › версия 1.16.5 мир • свобода • история твоя ⚔",
"connect": "fun-mix.ru:25612",
"request": "31.129.38.152:25612",
"map": null,
"gamemode": null,
"version": "Purpur 1.16.5",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": null,
"private": null,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1768317269,
"last_update": 1776850297,
"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": 4439,
"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.ru/servers/10866742");
$data = json_decode($json, true);
var_dump($data);