API для | BLOCKHEAD ODYSSEY -=- Steampunk Towny SMP | 26.1.2 | PyroFishing + PVE Adventure
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1780932260,
"app": {
"id": 169,
"name": "Minecraft",
"steam_id": 9000034,
"url": "minecraft"
},
"color": 0,
"connect": "mc.blockheadodyssey.com:25565",
"country": "US",
"domain": "mc.blockheadodyssey.com",
"game": 9000034,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 11764167,
"ip": "193.31.31.52",
"language": "en",
"last_update": 1790451303,
"map": null,
"maxplayers": 120,
"name": "| BLOCKHEAD ODYSSEY -=- Steampunk Towny SMP | 26.1.2 | PyroFishing + PVE Adventure",
"numplayers": 5,
"official": null,
"points": 32,
"port": 25565,
"private": null,
"project_id": null,
"pve": null,
"pvp": null,
"query": 25565,
"request": "193.31.31.52:25565",
"secured": null,
"status": true,
"steam_id": null,
"version": "26.1.2",
"votes": 0,
"wipe": null,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": 0,
"city": "Даллас",
"description": null,
"disabled_modules": [],
"gamemode": null,
"hidden": false,
"last_offline": 1790225614,
"last_online": 1790451303,
"list_hidden": false,
"map_url": null,
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 1446,
"wipe_period": null,
"protocol": 775
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11764167");
$data = json_decode($json, true);
var_dump($data);