稳定、快速、免费的 API 接口服务
疯狂星期四文案API
接口地址: https://api.suyanw.cn/api/kfcyl.php
返回格式: JSON
请求方式: GET/POST
请求示例: https://api.suyanw.cn/api/kfcyl.php?type=json
请求参数说明:
名称 | 必填 | 类型 | 说明 |
---|---|---|---|
?type=json | 否 | string | json输出 |
系统级错误:
名称 | 说明 |
---|---|
400 | 请求错误! |
403 | 请求被服务器拒绝! |
405 | 客户端请求的方法被禁止! |
408 | 请求时间过长! |
500 | 服务器内部出现错误! |
501 | 服务器不支持请求的功能,无法完成请求! |
503 | 系统维护中! |
返回示例:
封校以后一直在宿舍躺着,瘦不下去,舍友们像变了个人似的,对我又打又骂,我好恨他们!正当我打开手机想报警的时候,不小心打开了肯德基,想起来今天原来是疯狂星期四,所以谁请我吃肯德基?
错误码格式说明:
无 |
---|
调用示例:
<script type="text/javascript" src="https://api.suyanw.cn/api/kfcyl.php?type=js"></script><script>suyan()</script>
代码示例PHP:
<?php
header('Content-type:text/json;charset=utf-8;'); $type = $_GET['type']; $result = file_get_contents('https://api.suyanw.cn/api/kfcyl.php?type=' . $type); echo $result; ?>