← 娱乐

随机 xkcd 漫画

GET /xkcd/random

从跨越近二十年的 2,900+ 部漫画完整档案中获取随机 xkcd 漫画。返回漫画标题、编号、图片 URL、alt 文字(隐藏的悬停文字)和发布日期。适用于「给我惊喜」功能、随机内容推送、休息时间娱乐小组件和解闷应用功能。

查看可视化效果

请求示例

基本用法
curl https://nordapi.ee/api/v1/xkcd/random

实时响应

{
  "data": {
    "alt": "My parents sent me to several years of intensive Kix test prep.",
    "date": "2015-01-07",
    "img": "https://imgs.xkcd.com/comics/kix.png",
    "link": "",
    "num": 1470,
    "title": "Kix",
    "transcript": "((This comic is a single panel))\n[[Three characters silently focus on a whiteboard, titled KIX SLOGAN IDEAS They clutch markers while pondering an ending to their slogan.]]\nKid tested, mother...\n\n[[There are several possible sentence endings, all verb phrases. They are all crossed out.]]\nselected\nperfected\nnot notified\nwatching helplessly\ninfected\nconsumed\nfucker\n\n{{Title text: My parents sent me to several years of intensive Kix test prep.}}"
  },
  "success": true
}