1. 网站
遇见数据集
  • 用户
    • 咨询反馈
      POST
    • 咨询反馈列表
      GET
    • 通知状态
      GET
    • 通知列表
      GET
    • 通知标记已读
      POST
  • 文件
    • 上传
      POST
  • 资讯
    • 列表
      GET
    • 详情
      GET
    • 收藏或取消
      POST
    • 收藏列表
      GET
    • 首页置顶
      GET
    • 点赞
      POST
  • 专题
    • 列表
      GET
    • 详情
      GET
    • 收藏或取消
      POST
    • 收藏列表
      GET
  • 主题
    • 列表
      GET
    • 详情
      GET
    • 新闻列表
      GET
  • 协议
    • 列表
    • 详情
  • 标签
    • 列表
  • 数据集
    • 评论
      • 提交评论
      • 删除评论
      • 点赞或取消
      • 列表
      • 详情
      • 所有回复
      • 搜索
    • 列表
    • 详情
    • 详情
    • 收藏或取消
    • 收藏列表
    • 热门搜索
    • 标签列表
    • 推荐
    • 站点推荐-类型
    • 站点推荐-站点
    • 关注我们-平台列表
    • 搜索框智能补全
    • 查询列表
    • 站点地图列表
    • AI查询结果
    • AI查询结果反馈
    • 热门数据集
    • 累计值统计
    • 趋势统计
    • 企业详情
    • 组织详情
    • 站点详情
    • 推荐搜索
    • 经典数据集ai描述详情
    • 分类树
    • 浏览日志
  • 数据集认领
    • 检查认证
    • 确认跳过认证
    • 快速认领列表
    • 已认领列表
    • 快速认领
    • 移除认领
    • 检查是否可认领
    • 手动认领
    • 审核列表
    • 申诉
  • 网站
    • 主页
      GET
    • Sitemap
      GET
    • 百度统计近两天小时颗粒UV
      GET
    • 百度统计最近访问
      GET
    • 常见问题
      GET
  • 意图
    • 查询关键词
    • 获得 summary
  • 数据集主题
    • 列表
    • 详情
    • 关联资讯
    • 关联数据集
    • 关联机构
    • 收藏或取消
    • 收藏列表
  • 后台
    • 获取 token
    • 数据集主题附加数据集
    • 创建通知
  1. 网站

主页

GET
/website/home

请求参数

无

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://192.168.0.69:20001/api/website/home'

返回响应

🟢200成功
application/json
Body

示例
{
    "status": 0,
    "success": true,
    "data": {
        "circle": [
            {
                "id": 0,
                "title": "string",
                "image": "string",
                "theme_id": 0,
                "theme": {
                    "id": 0,
                    "title": "string",
                    "title_en": "string"
                }
            }
        ],
        "themes": {
            "dataopensource": {
                "id": 0,
                "title": "string",
                "title_en": "string",
                "top_news_id": 0,
                "news": [
                    {
                        "id": 0,
                        "title": "string",
                        "published_at": "string"
                    }
                ],
                "top_news": {
                    "id": 0,
                    "title": "string",
                    "image": "string",
                    "published_at": "string"
                }
            },
            "dataassets": {
                "id": 0,
                "title": "string",
                "title_en": "string",
                "top_news_id": null,
                "news": [
                    {
                        "id": 0,
                        "title": "string",
                        "published_at": "string"
                    }
                ],
                "top_news": null
            },
            "dataresources": {
                "id": 0,
                "title": "string",
                "title_en": "string",
                "top_news_id": null,
                "news": [
                    {
                        "id": 0,
                        "title": "string",
                        "published_at": "string"
                    }
                ],
                "top_news": null
            },
            "dataproducts": {
                "id": 0,
                "title": "string",
                "title_en": "string",
                "top_news_id": null,
                "news": [
                    "string"
                ],
                "top_news": null
            },
            "internationaldatamarket": {
                "id": 0,
                "title": "string",
                "title_en": "string",
                "top_news_id": null,
                "news": [
                    "string"
                ],
                "top_news": null
            },
            "dataintellectualproperty": {
                "id": 0,
                "title": "string",
                "title_en": "string",
                "top_news_id": null,
                "news": [
                    "string"
                ],
                "top_news": null
            }
        }
    }
}
修改于 2024-10-25 07:10:22
上一页
申诉
下一页
Sitemap
Built with