Warning: Undefined array key "HTTP_ACCEPT_LANGUAGE" in /www/wwwroot/liitk.com/include/functions.php on line 21

Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in /www/wwwroot/liitk.com/include/functions.php on line 21
随机一言语录 - 利熙接口 - 程序接口库 - 各类API数据接口调用服务平台!

随机一言语录

随机送上一言语录句子 - 利熙接口

接口说明:

接口地址:https://liitk.com/api/sentence/?lang=zh-CNapi.php

请求方式:GET

返回格式:TEXT/JS/JSON

请求示例:https://liitk.com/api/sentence/?lang=zh-CNapi.php?charset=utf-8&type=json

须知声明:仅限用于学习和研究目的;不得将上述内容用于商业或者非法用途,否则一切后果自负。

请求参数:
名称必填类型说明
charsetstring字符编码:[gbk/utf-8](默认utf-8)
typestring数据类型:[text/js/json](默认json)
catstring句子分类:[a(动画)/b(漫画)/c(游戏)/d(文学)/e(原创)/f(网络)/g(其他)/h(影视)/i(诗词)/j(网易云)/k(哲学)/l(抖机灵)](默认随机)
返回信息:
名称类型说明
idstring标识
uuidstring唯一标识
sentencestring正文
typestring分类
fromstring出处
from_whostring作者
creatorstring添加者
creator_uidstring添加者标识
reviewerstring审核员标识
commit_fromstring提交方式
created_atstring添加时间
lengthstring句子长度
返回示例:
{"id":7152,"uuid":"73871f6e-2379-441e-b34d-7e8d330e5bd2","sentence":"君子当自强方成事。","type":"e","from":"道义","from_who":"朴素","creator":"Pusu","creator_uid":6298,"reviewer":4756,"commit_from":"web","created_at":"1620107242","length":9}
服务级错误码参照(error_code):
错误码说明
20011无效的请求
系统级错误码参照:
错误码说明旧版本(resultcode)
10001错误的请求KEY101
10002该KEY无请求权限102
10003KEY过期103
10004错误的OPENID104
10005应用未审核超时,请提交认证105
10007未知的请求源107
10008被禁止的IP108
10009被禁止的KEY109
10011当前IP请求超过限制111
10012请求超过次数限制112
10013测试KEY超过请求限制113
10014系统内部异常(调用充值类业务时,请务必联系客服或通过订单查询接口检测订单,避免造成损失)114
10020接口异常120
10021接口停用121
错误码格式说明(示例:20011):
20011
服务级错误(1为系统级错误)服务模块代码(即数据ID)具体错误代码
jQuery:
$.getJSON("接口地址", function(data) {$("#yan").text(data.yan);});