Minecraft
• SlayGrief • ЗАХОДИ НА • 1.16.5 • 1.21.5 • ПАСХАЛЬНЫЙ ВАЙП 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/11252512json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11252512,
"ip": "121.127.37.7",
"port": 4069,
"query": 4069,
"color": 0,
"city": "Moscow",
"description": "[{\"id\":\"xp0uZlY2Xp\",\"type\":\"paragraph\",\"data\":{\"text\":\"ДИСКОРД СЕРВЕР\"}},{\"id\":\"jriLLySM4u\",\"type\":\"paragraph\",\"data\":{\"text\":\"ТГК\"}},{\"id\":\"1kN7e4U4H3\",\"type\":\"paragraph\",\"data\":{\"text\":\"СВЯЗЬ С ВЛАДЕЛЬЦЕМ:\\n\"}},{\"id\":\"JOLHeSFkX5\",\"type\":\"paragraph\",\"data\":{\"text\":\" DS: workingezz\"}},{\"id\":\"crM1OYqfFL\",\"type\":\"paragraph\",\"data\":{\"text\":\"tg: @working_in_svat\"}}]",
"game": 9000034,
"owner": 181218,
"boosts": 1,
"last_offline": 1776744153,
"score": 0,
"last_online": 1776804013,
"icon": null,
"name": "• SlayGrief • ЗАХОДИ НА • 1.16.5 • 1.21.5 • ПАСХАЛЬНЫЙ ВАЙП",
"connect": "121.127.37.7:4069",
"request": "121.127.37.7:4069",
"map": null,
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 22500,
"bots": 0,
"secured": null,
"private": null,
"country": "RU",
"status": true,
"votes": 0,
"points": 90,
"add_date": 1774107576,
"last_update": 1776804013,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 36,
"language": "ru",
"parked": false,
"app": {
"id": 169,
"steam_id": 9000034,
"name": "Minecraft",
"url": "minecraft"
},
"server_owner": {
"username": "my_life_broken",
"avatar": "781700c4-6ddb-4a4d-9a1e-2840ae00d1f4.jpg",
"last_online": 1774107867
},
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/11252512");
$data = json_decode($json, true);
var_dump($data);