1.21Unsupported client: 1.21.5–1.21.11Use için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": null,
"domain": "mc.isky.one",
"id": 9986851,
"ip": "87.228.52.98",
"port": 25565,
"query": 25565,
"color": 0,
"city": "St Petersburg",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1778405536,
"last_online": 1779274856,
"icon": null,
"name": "1.21Unsupported client: 1.21.5–1.21.11Use",
"connect": "mc.isky.one:25565",
"request": "87.228.52.98:25565",
"map": null,
"gamemode": "FML",
"version": "§cRequires 1.21.5–1.21.11",
"numplayers": 2,
"maxplayers": 666,
"bots": 0,
"secured": null,
"private": null,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1754906537,
"last_update": 1779274856,
"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": 2882,
"language": "ru",
"parked": false,
"app": {
"id": 169,
"steam_id": 9000034,
"name": "Minecraft",
"url": "minecraft"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/9986851");
$data = json_decode($json, true);
var_dump($data);