Minecraft
API для • DEXTRALITY NETWORK • (1.12 - 1.21) INFO: Tu voz importa, ¡únete a nuestro Discord!
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10866403json
{
"response": {
"steam_id": null,
"domain": "play.dextrality.net",
"id": 10866403,
"ip": "209.222.97.230",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Miami",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1775737945,
"score": 0,
"last_online": 1776825617,
"icon": null,
"name": "• DEXTRALITY NETWORK • (1.12 - 1.21) INFO: Tu voz importa, ¡únete a nuestro Discord!",
"connect": "play.dextrality.net:25565",
"request": "209.222.97.230:25565",
"map": null,
"gamemode": "FML",
"version": "Dextrality Earth",
"numplayers": 5,
"maxplayers": 6,
"bots": 0,
"secured": null,
"private": null,
"country": "US",
"status": true,
"votes": 0,
"points": 63,
"add_date": 1768317178,
"last_update": 1776825617,
"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": 112,
"language": "en",
"parked": false,
"app": {
"id": 169,
"steam_id": 9000034,
"name": "Minecraft",
"url": "minecraft"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/10866403");
$data = json_decode($json, true);
var_dump($data);