一言api上线

高稳定性、海量、迅速的免费一言API服务


源码来自于Github:

https://github.com/kfangf/hitokoto

API地址

http(s)://api.guoch.xyz 托管于景安,由PHP7.1驱动,腾讯云提供国内CDN加速,由TrustAisa提供TLS/SSL证书。无SLA保证但理论可用率达99%。

调用方式

TXT/XML格式

直接GET请求https://api.guoch.xyz 实例:curl https://api.guoch.xyz 输出:光芒是不可能照遍所有的地方的,有光的地方就一定有影子。

JS方式

GET请求https://api.guoch.xyz/?code=js 实例:curl https://api.guoch.xyz/?code=js 输出:function saying(){document.write("如果一次也不回头,我能走到哪里呢?");}$ 嵌入: <script type="text/javascript" src="https://api.guoch.xyz/?code=js&charset=utf-8"></script><div id="saying"><script>saying()</script></div> 放入footer <div id="saying"><script>saying()</script></div> 放到需要的地方 比如:

json格式

GET请求https://api.guoch.xyz/?code=json 实例 curl https://api.guoch.xyz/?code=json 返回{"code":200,"msg":"\u4e0d\u662f\u5f3a\u8005\u5fc5\u80dc\uff0c\u800c\u662f\u80dc\u8005\u5fc5\u5f3a\uff0c\u4ed6\u4eec\u6bd4\u6211\u4eec\u5f3a\uff0c\u4ec5\u6b64\u800c\u5df2\u3002"}

ARRAY格式

GET https://api.guoch.xyz/?code=array 或者https://api.guoch.xyz/?code=arr 实例:array(2) { ["code"]=> int(200) ["msg"]=> string(54) "也许我们都没有长大,只是世界变小了。" }

效果

6 条评论

发表回复

*