API для REGORLAND NETWORK (1.16 - 26.2) ¡NUEVO! Regorverso | ¡Únete ahora!
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1750538744,
"app": {
"id": 169,
"name": "Minecraft",
"steam_id": 9000034,
"url": "minecraft"
},
"color": 0,
"connect": "play.regorland.net:25565",
"country": "AQ",
"domain": "play.regorland.net",
"game": 9000034,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 9531295,
"ip": "31.6.16.174",
"language": "en",
"last_update": 1790453727,
"map": null,
"maxplayers": 2000,
"name": "REGORLAND NETWORK (1.16 - 26.2) ¡NUEVO! Regorverso | ¡Únete ahora!",
"numplayers": 1191,
"official": null,
"points": 55,
"port": 25565,
"private": null,
"project_id": null,
"pve": null,
"pvp": null,
"query": 25565,
"request": "31.6.16.174:25565",
"secured": null,
"status": true,
"steam_id": null,
"version": "1.16, 1.16.4, 26.2, 26.3",
"votes": 0,
"wipe": null,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": 0,
"city": "McMurdo",
"description": null,
"disabled_modules": [],
"gamemode": null,
"hidden": false,
"last_offline": 1790068960,
"last_online": 1790453727,
"list_hidden": false,
"map_url": null,
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 186,
"wipe_period": null,
"protocol": 767
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/9531295");
$data = json_decode($json, true);
var_dump($data);