GET /xkcd/latest
获取最新的 xkcd 网络漫画及其标题、编号、图片 URL、alt 文字和发布日期。xkcd 是 Randall Munroe 创作的深受喜爱的网络漫画,以独特的简笔画风格涵盖科学、技术、数学和语言。每周更新三次。适用于开发者仪表板、极客文化推送、每日漫画小组件和教育内容平台。
curl https://nordapi.ee/api/v1/xkcd/latest
{
"data": {
"alt": "With their 13 years recording and performing together and two humans worth of mass, the White Stripes are sandwiched neatly between gray wolves and blue whales.",
"date": "2026-08-10",
"img": "https://imgs.xkcd.com/comics/size_and_lifespan.png",
"link": "",
"num": 3283,
"title": "Size and Lifespan",
"transcript": ""
},
"success": true
}