Minecraft
✦--☽--✦ MOFUCRAFT!!! ✦--☽--✦ |||||||||||||||||||||||||||||||||||||||||| >> ようこそ! Hover: - |- もふちゃん >> ようこそ! (((っ・ω・)っ 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/10737141json
{
"response": {
"steam_id": null,
"domain": "mofucraft.net",
"id": 10737141,
"ip": "101.141.102.159",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Kobe",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1772013733,
"score": 0,
"last_online": 1776843091,
"icon": null,
"name": "✦--☽--✦ MOFUCRAFT!!! ✦--☽--✦ |||||||||||||||||||||||||||||||||||||||||| >> ようこそ! Hover: - |- もふちゃん >> ようこそ! (((っ・ω・)っ",
"connect": "mofucraft.net:25565",
"request": "101.141.102.159:25565",
"map": null,
"gamemode": "FML",
"version": "1.21.8-1.21.11",
"numplayers": 5,
"maxplayers": 2026,
"bots": 0,
"secured": null,
"private": null,
"country": "JP",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1766249994,
"last_update": 1776843091,
"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": 3766,
"language": "ja",
"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.cn/servers/10737141");
$data = json_decode($json, true);
var_dump($data);