Minecraft
API для ✞ EveryTime ✞ Идеальные режимы ☆ 1.17 - 1.16.5 ☆ для тебя и друзей!
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11491466json
{
"response": {
"steam_id": null,
"domain": "everytime.x2mc.ru",
"id": 11491466,
"ip": "188.127.241.217",
"port": 20186,
"query": 20186,
"color": 0,
"city": "Moscow",
"description": null,
"game": 9000034,
"owner": 191282,
"boosts": 1,
"last_offline": 1777730031,
"score": 5,
"last_online": 1777737025,
"icon": null,
"name": "✞ EveryTime ✞ Идеальные режимы ☆ 1.17 - 1.16.5 ☆ для тебя и друзей!",
"connect": "everytime.x2mc.ru:20186",
"request": "188.127.241.217:20186",
"map": null,
"gamemode": null,
"version": "Paper 1.16.5",
"numplayers": 0,
"maxplayers": 2026,
"bots": 0,
"secured": null,
"private": null,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1777316891,
"last_update": 1777737025,
"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": 158,
"language": "ru",
"parked": false,
"app": {
"id": 169,
"steam_id": 9000034,
"name": "Minecraft",
"url": "minecraft"
},
"server_owner": {
"username": "jeezyygg",
"avatar": "no.jpg",
"last_online": 1777317583
},
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11491466");
$data = json_decode($json, true);
var_dump($data);