袋鼠云数栈 UED Landing 页
    袋鼠云数栈 UED Landing 页
    • 获取文章列表
      GET
    • 获取标签列表
      GET
    • 掘金 - 文章列表
      POST
    • 掘金热榜 - 前端
      POST
    • 主动更新文章数据
      GET

      掘金热榜 - 前端

      POST
      https://api.juejin.cn/recommend_api/v1/article/recommend_cate_feed

      请求参数

      Body 参数application/json
      id_type
      integer 
      必需
      sort_type
      integer 
      必需
      cate_id
      string 
      必需
      cursor
      string 
      必需
      limit
      integer 
      必需
      示例
      {
          "id_type": 2,
          "sort_type": 3,
          "cate_id": "6809637767543259144",
          "cursor": "0",
          "limit": 20
      }

      示例代码

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      请求示例请求示例
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST 'https://api.juejin.cn/recommend_api/v1/article/recommend_cate_feed' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "id_type": 2,
          "sort_type": 3,
          "cate_id": "6809637767543259144",
          "cursor": "0",
          "limit": 20
      }'

      返回响应

      🟢200成功
      application/json
      Body
      object {0}
      示例
      {}
      修改于 2022-08-07 13:20:51
      上一页
      掘金 - 文章列表
      下一页
      主动更新文章数据
      Built with