小小API是一个稳定 快速 的 API 接口服务   点击加入QQ群

手机端美女图片接口

GEThttps://v2.xxapi.cn/api/wapmeinvpic

接口描述

免费API提供随机返回一张适合手机端竖屏显示的美女图片,适用于娱乐应用、社交平台和个性化推荐系统。

请求参数

请求示例

var axios = require('axios')

var config = {
  method: 'get',
  url: 'https://v2.xxapi.cn/api/wapmeinvpic'
}

axios(config)
  .then(function (response) {
    console.log(JSON.stringify(response.data))
  })
  .catch(function (error) {
    console.log(error)
  })

返回示例

{
  "code": 200,
  "msg": "数据请求成功",
  "data": "https://cdn.xxhzm.cn/images/du/wap/5b07c8cae7bce735ab45d588.jpg"
}