Soulmask
🦘 AUS | Forest Map | PvE Cluster | discord.gg/yubnub 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/11489850json
{
"response": {
"steam_id": "90285132679361552",
"domain": null,
"id": 11489850,
"ip": "122.199.22.202",
"port": 8001,
"query": 27017,
"color": 0,
"city": "Brisbane",
"description": null,
"game": 2646460,
"owner": null,
"boosts": 1,
"last_offline": 1777450400,
"score": 0,
"last_online": 1777545673,
"icon": null,
"name": "🦘 AUS | Forest Map | PvE Cluster | discord.gg/yubnub",
"connect": "122.199.22.202:8001",
"request": "122.199.22.202:27017",
"map": "Level01_Main",
"gamemode": "00",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1776932706,
"last_update": 1777545673,
"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": 1222,
"language": "en",
"parked": false,
"app": {
"id": 1625562,
"steam_id": 2646460,
"name": "Soulmask",
"url": "soulmask"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/11489850");
$data = json_decode($json, true);
var_dump($data);