Minecraft
API для ᴡᴏᴏᴅᴄʀᴀꜰᴛ ɴᴇᴛᴡᴏʀᴋ [1.16.X-1.20.X] SkyBlock ONE: 260. Hét
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10658758json
{
"response": {
"steam_id": null,
"domain": "play.woodcraft.hu",
"id": 10658758,
"ip": "51.195.32.214",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Limburg an der Lahn",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1772129533,
"score": 0,
"last_online": 1776814834,
"icon": null,
"name": "ᴡᴏᴏᴅᴄʀᴀꜰᴛ ɴᴇᴛᴡᴏʀᴋ [1.16.X-1.20.X] SkyBlock ONE: 260. Hét",
"connect": "play.woodcraft.hu:25565",
"request": "51.195.32.214:25565",
"map": null,
"gamemode": "FML",
"version": "WoodCraft [1.18.2 - 1.20.1]",
"numplayers": 146,
"maxplayers": 1000,
"bots": 0,
"secured": null,
"private": null,
"country": "DE",
"status": true,
"votes": 0,
"points": 37,
"add_date": 1764543689,
"last_update": 1776814834,
"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": 618,
"language": "de",
"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/10658758");
$data = json_decode($json, true);
var_dump($data);