API
    API
    • 小红书解析
      GET
    • QQ头像获取
      GET
    • 二维码生成
      GET
    • favicon获取
      GET
    • 一言
      GET
    • 获取本机IP
      GET
    • ip定位查询(GPS)
      GET

      小红书解析

      GET
      https://api.lalkk.com/xhs

      请求参数

      Query 参数
      url
      string 
      必需
      示例值:
      http://xhslink.com/a/pSHbJy3QGMob

      示例代码

      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://api.lalkk.com/xhs?url=http://xhslink.com/a/pSHbJy3QGMob'

      返回响应

      🟢200成功
      application/json
      Body
      code
      integer 
      必需
      msg
      string 
      必需
      data
      object 
      必需
      src
      string 
      必需
      author
      string 
      必需
      uid
      string 
      必需
      like
      string 
      必需
      time
      integer 
      必需
      title
      string 
      必需
      cover
      string 
      必需
      music
      null 
      必需
      type
      string 
      必需
      url
      string 
      必需
      images
      null 
      必需
      示例
      {
          "code": 200,
          "msg": "获取成功",
          "data": {
              "src": "http://xhslink.com/a/pSHbJy3QGMob",
              "author": "百万酱",
              "uid": "64c66c96000000000b009416",
              "like": "10+",
              "time": 1743390058,
              "title": "【有的小猫一看就是女孩子】\n#猫咪 #我家宠物好可爱 #银渐层 #有些猫一看就知道是女孩子 #宠物生视频 #小红书养宠协议 #享用你的电子宠物",
              "cover": "http://sns-webpic-qc.xhscdn.com/202505021245/b4586617a50b3e49932b892707a03043/1040g00831fllpg5s7q5g5p66dib2p50m3nakl1g!nd_dft_wlteh_jpg_3",
              "music": null,
              "type": "视频",
              "url": "http://sns-video-hs.xhscdn.com/stream/79/110/258/01e7e9753b08a1954f03700195e7f32aa5_258.mp4",
              "images": null
          }
      }
      下一页
      QQ头像获取
      Built with