API для ◆ MINIX ◆ ⋘ ВАНИЛЛЬНОЕ ВЫЖИВАНИЕ И МИР! ⋙
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": null,
"domain": "play.rubeaconmc.su",
"id": 11488166,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Moscow",
"description": "[{\"id\":\"9JXAj63Wiq\",\"type\":\"paragraph\",\"data\":{\"text\":\"\\nТГ канал сервера - t.me/qicheserver\\nОфициальная группа VK -https://vk.com/rubeaconmc\\nDiscord сервера - https://discord.gg/a5fgamtNfu\"}}]",
"game": 9000034,
"owner": 185475,
"boosts": 1,
"last_offline": 1780085652,
"last_online": 1780114810,
"icon": null,
"name": "◆ MINIX ◆ ⋘ ВАНИЛЛЬНОЕ ВЫЖИВАНИЕ И МИР! ⋙",
"connect": null,
"request": null,
"map": null,
"gamemode": null,
"version": "Purpur 1.21.11",
"numplayers": 0,
"maxplayers": 35,
"bots": 0,
"secured": null,
"private": null,
"country": "RU",
"status": true,
"votes": 29,
"points": 119,
"add_date": 1775307583,
"last_update": 1780114810,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": true,
"hide_address": true,
"hide_query": true,
"position_game": 7,
"language": "ru",
"parked": false,
"app": {
"id": 169,
"steam_id": 9000034,
"name": "Minecraft",
"url": "minecraft"
},
"server_owner": {
"username": "stefan_shulsky",
"avatar": "no.jpg"
},
"mods": [],
"disabled_modules": [
"reviews",
"chat"
]
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11488166");
$data = json_decode($json, true);
var_dump($data);