Minecraft
API для ┃ Pure SMP — ВАЙП! начни с начала! ┃ › узнай свои силы 1.16.5-1.21.11
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11302599json
{
"response": {
"steam_id": null,
"domain": "mc.puresmp.su",
"id": 11302599,
"ip": "185.137.234.143",
"port": 30020,
"query": null,
"color": 0,
"city": "Moscow",
"description": "[{\"id\":\"-ZAa8GOwDg\",\"type\":\"paragraph\",\"data\":{\"text\":\"**Pure SMP** — **ванильный сервер** без **привилегий**, доната и лишних плагинов. **Честная** игра на версиях **1.16.5 — 1.21.11**. У нас нет киперов, нет фейкового онлайна. Только **ванилла** и **дружное **комьюнити. **Заходи**, докажи, что ты умеешь играть по-**чистому**!\"}},{\"id\":\"ZsMtUzLgrS\",\"type\":\"paragraph\",\"data\":{\"text\":\"**📌** **Адрес** **подключения: ****mc.puresmp.su**\"}},{\"id\":\"rmkrfrkuOp\",\"type\":\"paragraph\",\"data\":{\"text\":\"🌐** Сайт:** http://puresmp.su/\"}},{\"id\":\"ewhedzXEAS\",\"type\":\"paragraph\",\"data\":{\"text\":\"📢 **Telegram:** https://t.me/puresmp_offical\"}},{\"id\":\"Jk6r8sM_0F\",\"type\":\"paragraph\",\"data\":{\"text\":\"🎮 **Discord: **https://discord.gg/fdGR5hYWjW\"}}]",
"game": 9000034,
"owner": 182918,
"boosts": 1,
"last_offline": 1777706630,
"score": 5,
"last_online": 1778345412,
"icon": null,
"name": "┃ Pure SMP — ВАЙП! начни с начала! ┃ › узнай свои силы 1.16.5-1.21.11",
"connect": "mc.puresmp.su:30020",
"request": null,
"map": null,
"gamemode": null,
"version": "Paper 1.21.11",
"numplayers": 12,
"maxplayers": 128,
"bots": 0,
"secured": null,
"private": null,
"country": "RU",
"status": true,
"votes": 2,
"points": 96,
"add_date": 1774560732,
"last_update": 1778345412,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": true,
"position_game": 16,
"language": "ru",
"parked": false,
"app": {
"id": 169,
"steam_id": 9000034,
"name": "Minecraft",
"url": "minecraft"
},
"server_owner": {
"username": "alligator",
"avatar": "e867d520-898c-4a3e-9a82-8c51900e2308.jpg",
"last_online": 1778178615
},
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11302599");
$data = json_decode($json, true);
var_dump($data);