{
  "name": "AnyTools API",
  "version": "1.0.0",
  "endpoints": {
    "GET /mac-lookup": "查询 MAC 地址厂商信息",
    "GET /ip-lookup": "查询 IP 地址地理位置信息",
    "GET /ip-check": "检查请求者的公共 IP 地址信息",
    "GET /get-free/*": "转发到 api.get-free.net/api 的接口（GET）",
    "POST /get-free/*": "转发到 api.get-free.net/api 的接口（POST）",
    "GET /domain-lookup": "查询域名DNS记录和地理位置信息",
    "GET /domain-ping": "测试域名的HTTP/HTTPS连通性",
    "GET /api/auth/oauth/*": "转发 OAuth 授权请求到后端 API",
    "POST /api/auth/oauth/*": "转发 OAuth 回调请求到后端 API",
    "GET /api/auth/me": "转发获取当前用户信息请求到后端 API",
    "POST /api/auth/logout": "转发登出请求到后端 API"
  },
  "timestamp": "2026-04-03T17:34:03.031Z"
}