稳定、快速、免费的 API 接口服务
解析皮皮虾图集
接口地址: https://apis.jxcxin.cn/api/ppxatlas
返回格式: JSON
请求方式: GET/POST
请求示例: https://apis.jxcxin.cn/api/ppxatlas?url=https://h5.pipix.com/s/LhwaaS9/
请求参数说明:
名称 | 必填 | 类型 | 说明 |
---|---|---|---|
url | 是 | string | 需要解析的url |
返回参数说明:
名称 | 类型 | 说明 |
---|---|---|
code | string | 返回的状态码 |
msg | string | 返回提示信息 |
data | string | 返回解析结果 |
width | string | 返回图片宽度 |
height | string | 返回图片高度 |
imgurl | string | 返回图片链接 |
返回示例:
{ "code": 200, "msg": "获取成功", "data": [ { "width": 1024, "height": 1024, "imgurl": "https://p9-ppx.byteimg.com/obj/tos-cn-i-8gu37r9deh/e47a41f6106f48ae81c92cdbf2d72c68" }, { "width": 1024, "height": 1024, "imgurl": "https://p9-ppx.byteimg.com/obj/tos-cn-i-8gu37r9deh/5d05e2f72b474ff399692faf19b56d6d" }, { "width": 1024, "height": 1024, "imgurl": "https://p9-ppx.byteimg.com/obj/tos-cn-i-8gu37r9deh/6530309fab43480292fb90847e32f690" }, { "width": 1080, "height": 1068, "imgurl": "https://p3-ppx.byteimg.com/obj/tos-cn-i-8gu37r9deh/eae1746129b04fd18690af25ee24dbe3" }, { "width": 942, "height": 942, "imgurl": "https://p3-ppx.byteimg.com/obj/tos-cn-i-8gu37r9deh/a9fe4a5088fa449dafa030d365353c54" }, { "width": 1080, "height": 1080, "imgurl": "https://p3-ppx.byteimg.com/obj/tos-cn-i-8gu37r9deh/836444656db442699521ce13fca5fab2" }, { "width": 577, "height": 580, "imgurl": "https://p3-ppx.byteimg.com/obj/tos-cn-i-8gu37r9deh/2005b38dcd544591ad456fb0d2a10f39" }, { "width": 1080, "height": 1084, "imgurl": "https://p3-ppx.byteimg.com/obj/tos-cn-i-8gu37r9deh/6df135530731443bae8a6df2135f3fe4" }, { "width": 1074, "height": 1090, "imgurl": "https://p9-ppx.byteimg.com/obj/tos-cn-i-8gu37r9deh/93549d4af34d418e8483660dbdafd201" } ] }
请求参数设置:
参数名称 | 参数值 | 操作 |
---|---|---|
{ "code": 200, "msg": "获取成功", "data": [ { "width": 1024, "height": 1024, "imgurl": "https://p9-ppx.byteimg.com/obj/tos-cn-i-8gu37r9deh/e47a41f6106f48ae81c92cdbf2d72c68" }, { "width": 1024, "height": 1024, "imgurl": "https://p9-ppx.byteimg.com/obj/tos-cn-i-8gu37r9deh/5d05e2f72b474ff399692faf19b56d6d" }, { "width": 1024, "height": 1024, "imgurl": "https://p9-ppx.byteimg.com/obj/tos-cn-i-8gu37r9deh/6530309fab43480292fb90847e32f690" }, { "width": 1080, "height": 1068, "imgurl": "https://p3-ppx.byteimg.com/obj/tos-cn-i-8gu37r9deh/eae1746129b04fd18690af25ee24dbe3" }, { "width": 942, "height": 942, "imgurl": "https://p3-ppx.byteimg.com/obj/tos-cn-i-8gu37r9deh/a9fe4a5088fa449dafa030d365353c54" }, { "width": 1080, "height": 1080, "imgurl": "https://p3-ppx.byteimg.com/obj/tos-cn-i-8gu37r9deh/836444656db442699521ce13fca5fab2" }, { "width": 577, "height": 580, "imgurl": "https://p3-ppx.byteimg.com/obj/tos-cn-i-8gu37r9deh/2005b38dcd544591ad456fb0d2a10f39" }, { "width": 1080, "height": 1084, "imgurl": "https://p3-ppx.byteimg.com/obj/tos-cn-i-8gu37r9deh/6df135530731443bae8a6df2135f3fe4" }, { "width": 1074, "height": 1090, "imgurl": "https://p9-ppx.byteimg.com/obj/tos-cn-i-8gu37r9deh/93549d4af34d418e8483660dbdafd201" } ] }
错误码格式说明:
名称 | 类型 | 说明 |
---|---|---|
-1 | string | 参数缺失 |
3200 | string | apiKey为空 |
3201 | string | apiKey错误 |
3202 | string | apiKey过期 |
3203 | string | 请求频繁 |
代码示例:
暂无