Minecraft
API для ❖ ᗪᑕ 築夢物語 ⎔ LetsDream.today ❖ 全自動活動!每周準時開放!
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/6576701json
{
"response": {
"steam_id": null,
"domain": "mc.letsdream.today",
"id": 6576701,
"ip": "103.109.102.50",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Quarry Bay",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1774027363,
"score": 0,
"last_online": 1776841886,
"icon": null,
"name": "❖ ᗪᑕ 築夢物語 ⎔ LetsDream.today ❖ 全自動活動!每周準時開放!",
"connect": "mc.letsdream.today:25565",
"request": "103.109.102.50:25565",
"map": null,
"gamemode": "FML",
"version": "§74§8/§7300",
"numplayers": 4,
"maxplayers": 300,
"bots": 0,
"secured": null,
"private": null,
"country": "HK",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1731159756,
"last_update": 1776841886,
"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": 2348,
"language": "zh",
"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/6576701");
$data = json_decode($json, true);
var_dump($data);