Minecraft
API for ▶ BixLand ◀Для тебя • t.me/bixlandru Следи за новостями ОГ:
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/6320258json
{
"response": {
"steam_id": null,
"domain": "mr.minelandy.com",
"id": 6320258,
"ip": "195.18.27.182",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Moscow",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1774591324,
"score": 0,
"last_online": 1776825631,
"icon": null,
"name": "▶ BixLand ◀Для тебя • t.me/bixlandru Следи за новостями ОГ:",
"connect": "mr.minelandy.com:25565",
"request": "195.18.27.182:25565",
"map": null,
"gamemode": null,
"version": "BixLand 1.12.2-1.21.11",
"numplayers": 257,
"maxplayers": 2000,
"bots": 0,
"secured": null,
"private": null,
"country": "RU",
"status": true,
"votes": 0,
"points": 36,
"add_date": 1729634800,
"last_update": 1776825631,
"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": 382,
"language": "ru",
"parked": false,
"app": {
"id": 169,
"steam_id": 9000034,
"name": "Minecraft",
"url": "minecraft"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/6320258");
$data = json_decode($json, true);
var_dump($data);