稳定、快速、免费的 API 接口服务
根据图片搜番
接口地址: https://api.52vmy.cn/api/img/fan
返回格式: JSON
请求方式: GET
请求示例: https://api.52vmy.cn/api/img/fan?url=https://api.52vmy.cn/wx.png
接口定制: 点此加入用户群
默认QPS: 每2秒最多4次 携带Token可无视限制
请求参数说明:
名称 | 必填 | 类型 | 说明 |
---|---|---|---|
url | 是 | string | 图片URL |
返回参数说明:
名称 | 类型 | 说明 |
---|
返回示例:
{ "code": 200, "msg": "成功", "data": { "chinesetitle": "Full Metal Panic!: Into the Blue", "nativetitle": "フルメタル・パニック!イントゥ・ザ・ブルー", "romajititle": "Full Metal Panic!: Into the Blue", "similarity": 0.756796196596436, "img": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/bx115918-M6E78gibEUzt.png", "video": "https://api.trace.moe/video/115918/%5BReinForce%5D%20Full%20Metal%20Panic%20DC%20-%2003%20(BDRip%201280x720%20x264%20FLAC).mp4?t=6358.045&now=1742983200&token=JRZ4BOAxMM6LR7j5FD6RbuDabY4" } }
PHP代码示例:
$url = $_GET["url"]; $url = "https://api.52vmy.cn/api/img/fan?url=".$url; echo file_get_contents($url);