是或否

已测试可用GET
娱乐提供商: Yes No API

获取是或否的回答

#随机#决定#有趣

请求地址

GET https://yesno.wtf/api

在线测试

GEThttps://yesno.wtf/api

注册并登录后即可在线测试 API

请求参数

参数名类型必填描述
qstring查询关键字
limitnumber返回数量限制
JavaScriptfetch
fetch('https://yesno.wtf/api')
  .then(response => response.json())
  .then(data => console.log(data))
  .catch(error => console.error('Error:', error));
cURL命令行
curl "https://yesno.wtf/api"