稳定、快速、免费的 API 接口服务
如何舔女神?来看看这里!
接口地址: https://api.suyanw.cn/api/tiangou
返回格式: JSON
请求方式: GET/POST
请求示例: https://api.suyanw.cn/api/tiangou?type=json
请求参数说明:
名称 | 必填 | 类型 | 说明 |
---|---|---|---|
?type=json | 否 | string | json输出 |
返回参数说明:
名称 | 类型 | 说明 |
---|---|---|
img | string | 图片链接 |
返回示例:
今天表白被拒绝了,她对我说能不能脱下裤子撒泡尿照照自己,当我脱下裤子的时候,她咽了下口水,说我们可以试一下。
错误码格式说明:
名称 | 类型 | 说明 |
---|---|---|
200 | string | 查询成功 |
调用示例:
<script type="text/javascript" src="https://api.suyanw.cn/api/tiangou?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/tiangou?type=' . $type); echo $result; ?>