开放原子开源基金会开源运营专区APIs
  1. 热门开发者
开放原子开源基金会开源运营专区APIs
  • 接口文档
  • 前台
    • 推荐
      • 组织
        • 组织列表
      • 开发者
        • 开发者列表
      • 仓库
        • 仓库列表
      • 资讯
        • 推荐-资讯接口
        • 推荐-资讯详情接口
        • 点赞、收藏接口(已包含取消操作)-需登录
        • 点赞、收藏、浏览统计接口
    • 首页
      • 社区
        • 获取社区
      • 导航栏
        • 查询社区导航栏
      • 运营
        • 运营位通用接口
      • 模版
        • 获取社区模版关系表中控制的模版
      • 热门组织
        • 热门组织
      • 热门开发者
        • 热门开发者
          GET
      • 热门仓库
        • 热门仓库
      • 精选
        • 首页精选-模块
      • 推荐
        • 首页-推荐-模版1
        • 首页-推荐-模板2,3
        • 首页-组织
        • 首页-仓库
        • 首页-最新
      • 数据
        • 获取首页数据信息
        • PV,UV实时统计接口(每访问一次页面调用一次)
      • footer
        • footer列表
      • 邮箱
        • 添加订阅
        • 退订邮箱
      • 资讯
        • 资讯模块
      • 活动
        • 活动列表
    • 登录/关注
      • 当前登录用户信息
      • 用户小红点
      • 关注用户
      • 取消关注用户
      • 关注组织
      • 取消关注组织
      • 加入社区
      • 当前登录用户是否已加入该社区
      • code换token
    • 悬浮窗
      • 悬浮窗列表
    • 自定义弹窗
      • 弹窗信息接口
    • SEO
      • 获取robots文件内容
      • 获取sitemap接口
    • 广告
      • 获取广告
    • 原生登录接口
      • 注册-邮箱
      • 登录-账号密码
      • 验证码-邮箱
      • 登录-邮箱验证码
      • 账号-登出
      • 账号-注销
  1. 热门开发者

热门开发者

开发中
GET
https://openatom.atomgit.com/api/developer/hot_developers

请求参数

Query 参数
size
integer 
个数
可选
pageNo
integer 
页码
可选
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/developer/hot_developers?size&pageNo' \
--header 'X-ATOMGIT-POP-COMMUNITY: openatom'

返回响应

🟢200成功
application/json
Body
code
integer 
必需
msg
string 
必需
data
object 
必需
records
array [object {9}] 
数据列表
必需
total
string 
总共数量
必需
size
string 
每页数量
必需
current
string 
当前页码
必需
pages
string 
总共页码
必需
示例
{
  "code": 200,
  "msg": "成功",
  "data": {
    "records": [
      {
        "nickname": "李少辉@开放原子",
        "photo": "https://file.atomgit.com/uploads/user/1684721369020_1661.jpeg",
        "userId": "62de55e609f22c92a5c714db",
        "username": "lish",
        "description": null,
        "profile": "开放原子开源基金会技术负责人",
        "jump": "https://atomgit.com/lish",
        "isFocus": false,
        "focusButtonDisabled": false
      },
      {
        "nickname": "张亚磊@csdn",
        "photo": "https://file.atomgit.com/uploads/user/1713750645339_3153.png",
        "userId": "62da679ddf91709b8d2b5411",
        "username": "yourleige",
        "description": null,
        "profile": "开放原子基金项目atomgit开发者。",
        "jump": "https://atomgit.com/yourleige",
        "isFocus": false,
        "focusButtonDisabled": false
      },
      {
        "nickname": "VanessaXWGUO",
        "photo": "https://file.atomgit.com/uploads/user/1675307693051_5675.jpeg",
        "userId": "63033c709607ea9e29213305",
        "username": "vanessa",
        "description": null,
        "profile": "Juriste en logiciel libre",
        "jump": "https://atomgit.com/vanessa",
        "isFocus": false,
        "focusButtonDisabled": false
      },
      {
        "nickname": "聂文智@csdn",
        "photo": "https://file.atomgit.com/uploads/user/1667309508866_9104.jpg",
        "userId": "62db8d76f7e8fa750622bf6e",
        "username": "nevins35",
        "description": null,
        "profile": "I'm Tinker",
        "jump": "https://atomgit.com/nevins35",
        "isFocus": false,
        "focusButtonDisabled": false
      },
      {
        "nickname": "坚 果",
        "photo": "https://file.atomgit.com/uploads/user/1720141978728_5403.png",
        "userId": "640eb5f108355afbf689b31b",
        "username": "jianguo",
        "description": null,
        "profile": "坚果派联合创始人、华为HDE、CSDN博客专家",
        "jump": "https://atomgit.com/jianguo",
        "isFocus": false,
        "focusButtonDisabled": false
      }
    ],
    "total": 10,
    "size": 5,
    "current": 1,
    "pages": 2
  }
}
上一页
热门组织
下一页
热门仓库
Built with