七日杀服务器查询

GET

查询七日杀服务器信息

https://api.aiys.net/api/7_Days_to_Die
https://api.aiys.net/api/7_Days_to_Die/?server=

请求参数

接口指标

平均响应时间
4ms
今日调用量
0
累计调用量
13

请求示例

Shell
JavaScript
Python
PHP
Java
Go
C#
Ruby
curl -X GET 'https://api.aiys.net/api/7_Days_to_Die?server=${IP地址}&port=${端口}'

返回示例

{
  "code": 200,
  "msg": "服务器信息获取成功",
  "data": {
    "response_format": "text",
    "query_method": "A2S_INFO_ALT",
    "server_id": "01811",
    "GameType": "7DTD",
    "GameName": "My Game",
    "GameMode": "Survival",
    "GameHost": "My Game Host",
    "LevelName": "WJ66",
    "ServerDescription": "A 7 Days to Die server",
    "ServerWebsiteURL": "",
    "ServerLoginConfirmationText": "",
    "PlayGroup": "Standalone",
    "ServerVersion": "V.2.5.32",
    "Platform": "WindowsPlayer",
    "Region": "Asia",
    "Language": "Chinese",
    "SteamID": "90282202119179275",
    "IP": "45.125.44.245",
    "UniqueId": "90282202119179275",
    "FreePlayerSlots": "10",
    "Port": "15320",
    "ServerVisibility": "2",
    "GameDifficulty": "3",
    "BlockDamagePlayer": "300",
    "BlockDamageAI": "10",
    "BlockDamageAIBM": "10",
    "XPMultiplier": "100",
    "DayNightLength": "120",
    "DayLightLength": "18",
    "DeathPenalty": "0",
    "DropOnDeath": "0",
    "DropOnQuit": "0",
    "BedrollDeadZoneSize": "15",
    "BedrollExpiryTime": "45",
    "MaxSpawnedZombies": "64",
    "MaxSpawnedAnimals": "50",
    "EnemyDifficulty": "0",
    "ZombieFeralSense": "2",
    "ZombieMove": "0",
    "ZombieMoveNight": "1",
    "ZombieFeralMove": "2",
    "ZombieBMMove": "4",
    "AISmellMode": "2",
    "BloodMoonFrequency": "7",
    "BloodMoonRange": "0",
    "BloodMoonWarning": "8",
    "BloodMoonEnemyCount": "64",
    "LootAbundance": "100",
    "LootRespawnDays": "7",
    "AirDropFrequency": "72",
    "PartySharedKillRange": "1000000",
    "PlayerKillingMode": "0",
    "LandClaimCount": "3",
    "LandClaimSize": "41",
    "LandClaimDeadZone": "30",
    "LandClaimExpiryTime": "7",
    "LandClaimDecayMode": "0",
    "LandClaimOnlineDurabilityModifier": "4",
    "LandClaimOfflineDurabilityModifier": "4",
    "LandClaimOfflineDelay": "0",
    "MaxChunkAge": "-1",
    "DayCount": "3",
    "AllowSpawnNearFriend": "2",
    "QuestProgressionDailyLimit": "3",
    "StormFreq": "100",
    "JarRefund": "30",
    "CurrentServerTime": "89590",
    "WorldSize": "8192",
    "IsDedicated": "True",
    "IsPasswordProtected": "False",
    "EACEnabled": "False",
    "SanctionsIgnored": "False",
    "AllowCrossplay": "False",
    "Architecture64": "True",
    "IsPublic": "True",
    "StockSettings": "False",
    "StockFiles": "True",
    "ModdedConfig": "True",
    "BuildCreate": "False",
    "EnemySpawnMode": "True",
    "AirDropMarker": "True",
    "ShowFriendPlayerOnMap": "True",
    "AllowSpawnNearBackpack": "True",
    "BiomeProgression": "False",
    "players": 0,
    "max_players": 10,
    "free_slots": 10
  },
  "execution_time": 189.8,
  "request_id": "8068a3057c29c6837ea682b5"
}