Space Engineers
AWL Dawn 的 API
我们提供多种集成方式。 你可以使用其中任意一种,也可以通过 JSON API 自行创建集成。 如果你希望我们新增其他集成方式,请联系我们。 联系我们
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/5014418json
{
"response": {
"steam_id": "90284127172708366",
"domain": null,
"id": 5014418,
"ip": "176.9.20.73",
"port": 27119,
"query": 27119,
"color": 0,
"city": "Falkenstein",
"description": "[{\"id\":\"XAAY8EgwP1\",\"type\":\"paragraph\",\"data\":{\"text\":\"This is the Dawn server. Join ingame through the lobby https://gamemonitoring.net/space-engineers/servers/3583279\\n\"}},{\"id\":\"Bo2vXxCpeX\",\"type\":\"paragraph\",\"data\":{\"text\":\"**Server Features & Details:**\"}},{\"id\":\"CqFqd_UUwU\",\"type\":\"paragraph\",\"data\":{\"text\":\"⚛ 16c/32t AMD Ryzen 9 5950x @4.9Ghz\"}},{\"id\":\"VRwbgeX00c\",\"type\":\"paragraph\",\"data\":{\"text\":\"⚛ 128GB RAM\"}},{\"id\":\"Yi367WwvBN\",\"type\":\"paragraph\",\"data\":{\"text\":\"⚛ 7TB Datacenter NVMe disks (120gbps)\"}},{\"id\":\"OmUSGr8Kd-\",\"type\":\"paragraph\",\"data\":{\"text\":\"⚛ 1gbps up and down dedicated channel\"}},{\"id\":\"xSEEPAOduf\",\"type\":\"paragraph\",\"data\":{\"text\":\"⚛ Mainly focuses on PvE adventures (PvP allowed but uncommon)\"}},{\"id\":\"4J6wcJZb-r\",\"type\":\"paragraph\",\"data\":{\"text\":\"⚛ No set PCU, limits based on lag instead\"}},{\"id\":\"S3a7xTllih\",\"type\":\"paragraph\",\"data\":{\"text\":\"⚛ Modded planets\"}},{\"id\":\"V2OXBuoJUW\",\"type\":\"paragraph\",\"data\":{\"text\":\"⚛ Linked DiscordGame chat\"}},{\"id\":\"hwAWHjZW34\",\"type\":\"paragraph\",\"data\":{\"text\":\"⚛ Daily active players and staff team\"}},{\"id\":\"kLopDQdrv5\",\"type\":\"paragraph\",\"data\":{\"text\":\"⚛ Modular Encounters systems with all expansions\"}},{\"id\":\"RXyDxwRqmM\",\"type\":\"paragraph\",\"data\":{\"text\":\"⚛ Automated restarts and customized grid rules\"}},{\"id\":\"Ct-7a8oQwJ\",\"type\":\"paragraph\",\"data\":{\"text\":\"⚛ Voting rewards and player kits\"}},{\"id\":\"sSsXJ8wXlz\",\"type\":\"paragraph\",\"data\":{\"text\":\"⚛ And a lot more!\"}},{\"id\":\"Oh4GKOsUbX\",\"type\":\"paragraph\",\"data\":{\"text\":\"If you enjoy playing on this server, please consider donating through our Discord or at patreon.com/AWLGaming to help with server hosting costs.\"}}]",
"game": 244850,
"owner": 24744,
"boosts": 1,
"last_offline": 1773832320,
"score": 0,
"last_online": 1775749812,
"icon": null,
"name": "AWL Dawn",
"connect": "176.9.20.73:27119",
"request": "176.9.20.73:27119",
"map": null,
"gamemode": "Space Engineers",
"version": "1208015",
"numplayers": 0,
"maxplayers": 0,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 90,
"add_date": 1720277958,
"last_update": 1775749812,
"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": 7,
"language": "en",
"parked": false,
"app": {
"id": 97,
"steam_id": 244850,
"name": "Space Engineers",
"url": "space-engineers"
},
"server_owner": {
"username": "awl_gaming",
"avatar": "8f313331-ffe6-485c-8bcb-d4def338f31a.png",
"last_online": 1775528825
},
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/5014418");
$data = json_decode($json, true);
var_dump($data);