Minecraft
API для PROVANAS » discord.gg/provanas [1.21.8+] *⚘*SURVIVAL|SKYBLOCK|BOXPVP|*⚘*
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10866281json
{
"response": {
"steam_id": null,
"domain": "oyna.provanas.com",
"id": 10866281,
"ip": "77.83.202.58",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Bursa",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1769602876,
"score": 0,
"last_online": 1776808216,
"icon": null,
"name": "PROVANAS » discord.gg/provanas [1.21.8+] *⚘*SURVIVAL|SKYBLOCK|BOXPVP|*⚘*",
"connect": "oyna.provanas.com:25565",
"request": "77.83.202.58:25565",
"map": null,
"gamemode": null,
"version": "Velocity 1.7.2-1.21.10",
"numplayers": 189,
"maxplayers": 190,
"bots": 0,
"secured": null,
"private": null,
"country": "TR",
"status": true,
"votes": 0,
"points": 70,
"add_date": 1768317158,
"last_update": 1776808216,
"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": 60,
"language": "tr",
"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/10866281");
$data = json_decode($json, true);
var_dump($data);