奇诺API
毒鸡汤api调用格式:
https://api.qinor.cn/soup
参数:
encode 默认: 返回文本格式;js 返回为 JS 格式
charset 默认: UTF-8; GBK 返回 GBk 格式
例如:
https://api.qinor.cn/soup/?charset=utf-8
https://api.qinor.cn/soup/?encode=js&charset=utf-8
萌新代码:
<script type="text/javascript" src="https://api.qinor.cn/soup/index.php?encode=js"> </script>
<script> qinor() </script>
二维码api调用格式:
https://api.qinor.cn/qrcode
参数:
text:要生成二维码的文本内容(必须)
size:生成二维码大小,单位像素
例如:
https://api.qinor.cn/qrcode/?text=奇诺二维码API&size=100
萌新代码:
<img src="https://api.qinor.cn/qrcode/?text=https://qinor.cn/&size=100">
随机图api调用格式:
https://api.qinor.cn/img
参数:
id=1:二次元动漫图
id=2:养眼大图
例如:
https://api.qinor.cn/img/?id=1
https://api.qinor.cn/img/?id=2
萌新代码:
<img src="https://api.qinor.cn/img" >
<img src="https://api.qinor.cn/img/?id=1" >
<img src="https://api.qinor.cn/img/?id=2" >