hitokoto一言

GET
https://apix.iqfk.top/api/hitokoto

接口描述

hitokoto一言

请求参数

请求示例

var axios = require('axios')

var config = {
  method: 'get',
  url: ''
}

axios(config)
  .then(function (response) {
    console.log(JSON.stringify(response.data))
  })
  .catch(function (error) {
    console.log(error)
  })

返回示例

{
  "id": 1220,
  "hitokoto": "如果结果不如你所愿,就在尘埃落定前奋力一搏。",
  "type": "a",
  "from": "夏目友人帐",
  "from_who": null,
  "creator": "普通的雾雨魔法使",
  "creator_uid": 481,
  "reviewer": 0,
  "uuid": "3b6956a3-2aad-4613-bb20-1292f22edb75",
  "commit_from": "web",
  "created_at": "1501842170",
  "length": 22
}