Unturned
US/PH Moonlight Semi-RP | KITS | 5X | MODDED | 的 API
我们提供多种集成方式。 你可以使用其中任意一种,也可以通过 JSON API 自行创建集成。 如果你希望我们新增其他集成方式,请联系我们。 联系我们
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/10088691json
{
"response": {
"steam_id": "85568392935139097",
"domain": null,
"id": 10088691,
"ip": "23.27.211.145",
"port": 27019,
"query": 27019,
"color": 0,
"city": "Dallas",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1775372530,
"score": 0,
"last_online": 1775715661,
"icon": "https://i.imgur.com/K1FtiRh.png",
"name": "US/PH Moonlight Semi-RP | KITS | 5X | MODDED |",
"connect": "23.27.211.145:27019",
"request": "23.27.211.145:27019",
"map": "PEI",
"gamemode": "US/PH Moonlight Semi-RP | 5x | MODDED | Kits |</",
"version": "3.26.2.2",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1755473286,
"last_update": 1775715661,
"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": 298,
"language": "en",
"parked": false,
"app": {
"id": 48,
"steam_id": 304930,
"name": "Unturned",
"url": "unturned",
"popular_maps_available": true
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/10088691");
$data = json_decode($json, true);
var_dump($data);