Minecraft
API for KeitMine → [1.14.4-1.20.6] | Выживание НЕ гриферское | Заходи, мы тебя ждём ☻
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/9531931json
{
"response": {
"steam_id": null,
"domain": null,
"id": 9531931,
"ip": "87.228.64.134",
"port": 25565,
"query": 25565,
"color": 0,
"city": "St Petersburg",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1771970517,
"score": 0,
"last_online": 1776840102,
"icon": null,
"name": "KeitMine → [1.14.4-1.20.6] | Выживание НЕ гриферское | Заходи, мы тебя ждём ☻",
"connect": "87.228.64.134:25565",
"request": "87.228.64.134:25565",
"map": null,
"gamemode": "FML",
"version": "BungeeCord 1.8.x-1.20.x",
"numplayers": 0,
"maxplayers": 60,
"bots": 0,
"secured": null,
"private": null,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1750538860,
"last_update": 1776840102,
"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": 2898,
"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/9531931");
$data = json_decode($json, true);
var_dump($data);