- 接口文档
- 前台
- 推荐
- 首页
- 社区
- 导航栏
- 运营
- 模版
- 热门组织
- 热门开发者
- 热门仓库
- 精选
- 推荐
- 数据
- footer
- 邮箱
- 资讯
- 活动
- 登录/关注
- 悬浮窗
- 自定义弹窗
- SEO
- 广告
- 原生登录接口
获取首页数据信息
开发中
GET
https://openatom.atomgit.com/api/record/home
请求参数
Header 参数
X-ATOMGIT-POP-COMMUNITY
string
社区CODE
默认值:
openatom
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://openatom.atomgit.com/api/record/home' \
--header 'X-ATOMGIT-POP-COMMUNITY: openatom'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
object
必需
orgCounts
integer
组织数
userCounts
integer
用户数
warehouseCounts
integer
仓库数
orgCountMap
array [object {2}]
组织每日数据列表
userCountMap
array [object {2}]
用户每日数据列表
warehouseCountMap
array [object {2}]
仓库每日数据列表
示例
{
"code": 200,
"msg": "成功",
"data": {
"orgCounts": 19,
"userCounts": 262,
"warehouseCounts": 36,
"orgCountMap": [
{
"x": "2024-10-21",
"y": 19
},
{
"x": "2024-10-20",
"y": 17
},
{
"x": "2024-10-19",
"y": 17
},
{
"x": "2024-10-18",
"y": 17
},
{
"x": "2024-10-17",
"y": 17
},
{
"x": "2024-10-16",
"y": 17
},
{
"x": "2024-10-15",
"y": 17
}
],
"userCountMap": [
{
"x": "2024-10-21",
"y": 257
},
{
"x": "2024-10-20",
"y": 248
},
{
"x": "2024-10-19",
"y": 247
},
{
"x": "2024-10-18",
"y": 244
},
{
"x": "2024-10-17",
"y": 231
},
{
"x": "2024-10-16",
"y": 229
},
{
"x": "2024-10-15",
"y": 227
}
],
"warehouseCountMap": [
{
"x": "2024-10-21",
"y": 36
},
{
"x": "2024-10-20",
"y": 36
},
{
"x": "2024-10-19",
"y": 36
},
{
"x": "2024-10-18",
"y": 36
},
{
"x": "2024-10-17",
"y": 36
},
{
"x": "2024-10-16",
"y": 36
},
{
"x": "2024-10-15",
"y": 36
}
]
}
}
修改于 2024-10-22 11:36:52