DCS API 文檔
返回 DCSAPI 文檔
返回 DCSAPI 文檔
  1. 基本資訊
  • 簡介
  • 基本資訊
    • 資訊總覽
      GET
    • 文檔頁面列表
      GET
  • 機器人
    • 機器人搜尋
      GET
    • 機器人投票
      POST
  • 伺服器
    • 伺服器搜尋
      GET
    • 伺服器投票
      POST
返回 DCSAPI 文檔
返回 DCSAPI 文檔
  1. 基本資訊

資訊總覽

GET
https://dcs.tw/api/info

Request

None

Responses

🟢200OK
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://dcs.tw/api/info'
Response Response Example
{
    "success": true,
    "data": {
        "platform": {
            "name": "string",
            "description": "string",
            "version": "string"
        },
        "stats": {
            "totalBots": 0,
            "totalServers": 0,
            "totalUsers": 0
        },
        "contact": {
            "support": "string",
            "partnership": "string",
            "report": "string"
        }
    },
    "timestamp": "string"
}
Modified at 2025-06-25 12:52:15
Previous
簡介
Next
文檔頁面列表
Built with