脑筋急转弯 - 脑机急转弯,高IQ必备

接口地址: https://api.ekumao.com/api/naojin

返回格式: JSON

请求方式: GET/POST

请求示例: https://api.ekumao.com/api/naojin?num=1

请求参数说明:

名称 必填 类型 说明
num int 返回数量

返回参数说明:

名称 类型 说明
quest String 问题
result String 答案

返回示例:

CoolCatAPI

  1. {
  2. "code": 200,
  3. "msg": "success",
  4. "result": {
  5. "list": [
  6. {
  7. "id": "1196",
  8. "quest": "一个人掉到海里,为什么他的头发没有湿?",
  9. "result": "因为他是光头"
  10. },
  11. {
  12. "id": "1196",
  13. "quest": "什么东西人们都不想要?",
  14. "result": "病。"
  15. },
  16. {
  17. "id": "1196",
  18. "quest": "森林中有十只鸟,小明开枪打死了一只,其它九只却都没有飞走,为什么?",
  19. "result": "鸵鸟"
  20. }
  21. ]
  22. }
  23. }

错误码格式说明:

名称 类型 说明

代码示例:

CoolCatAPI

  1. 暂无示例。