返回首页

360搜图

接口说明

360搜图

接口基本信息

API地址

https://api.cenguigui.cn/api/360/so_images.php?msg=奥特曼&type=pic

请求方式

GET

返回格式

JSON

接口状态

正常启用

参数说明

以下参数为接口所需调用信息

参数 是否必填 说明
msg搜索你要的图片
typepic/text/json

请求示例

HTTP请求

https://api.cenguigui.cn/api/360/so_images.php?msg=奥特曼&type=pic

返回结果

HTTP 200 OK
{ "code": "200", "msg": "请求成功", "data": [ { "imgurl": "https://p2.ssl.qhimgs1.com/t0180129e1c4836d8a8.jpg", "title": "《奥特曼:全明星编年史》公开队伍颜色计时器(十二)", "width": "480", "height": "800", "for": "http://game.163.com/13/0204/05/8MRKGQU100314K95_12.html" } ] }

调用示例


        

示例代码