{
  "documentation": {
    "title": "上海芮生建设工程有限公司 API 鉴权文档",
    "description": "说明如何安全地访问网站API",
    "version": "1.0.0",
    "base_url": "https://www.shrsfsgc.com",
    "docs_url": "https://www.shrsfsgc.com/api-docs.html"
  },
  "authentication": {
    "type": "none",
    "description": "所有API端点均为公开访问，无需鉴权"
  },
  "endpoints": [
    {
      "path": "/api/index.json",
      "method": "GET",
      "description": "API端点索引"
    },
    {
      "path": "/api/company.json",
      "method": "GET",
      "description": "公司基本信息"
    },
    {
      "path": "/api/services.json",
      "method": "GET",
      "description": "服务项目列表"
    },
    {
      "path": "/api/cases.json",
      "method": "GET",
      "description": "工程案例列表"
    },
    {
      "path": "/api/faq.json",
      "method": "GET",
      "description": "常见问题列表"
    }
  ],
  "security": {
    "cors": true,
    "https_required": true,
    "rate_limit": "无限制"
  },
  "oauth": {
    "supported": true,
    "authorization_server": "https://www.shrsfsgc.com/.well-known/oauth-authorization-server",
    "token_endpoint": "https://www.shrsfsgc.com/oauth/token",
    "jwks_uri": "https://www.shrsfsgc.com/.well-known/jwks.json"
  }
}