奇诺API

Ⅰ、随机毒鸡汤api (共收录 9961 句毒鸡汤;最后更新时间:2019-10-13。)

毒鸡汤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

二维码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 (共收录92张acg图片,90张养眼大图;最后更新时间:2019-10-13。)

随机图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" >
Copyright © 2018 奇诺博客
>