Minecraft
API для Профессии и многое другое Рекомендуемая версия 1.17+
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/587599json
{
"response": {
"steam_id": null,
"domain": null,
"id": 587599,
"ip": "176.109.10.229",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Yalta",
"description": "",
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1776349465,
"score": null,
"last_online": 1776533502,
"icon": null,
"name": "Профессии и многое другое Рекомендуемая версия 1.17+",
"connect": "176.109.10.229:25565",
"request": "176.109.10.229:25565",
"map": null,
"gamemode": "FML",
"version": "§f§e§lМир ждет! §5>§9>§b> §a§lПРИСОЕДИНЯЙСЯ! §r§6§l[§r§c§l1§r§7/§c§l1000§r§6§l]",
"numplayers": 1,
"maxplayers": 1000,
"bots": 0,
"secured": null,
"private": null,
"country": "UA",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1669208062,
"last_update": 1776533502,
"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": 2192,
"language": "uk",
"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/587599");
$data = json_decode($json, true);
var_dump($data);