GET /xkcd/latest
Get the most recent xkcd webcomic with its title, number, image URL, alt text, and publication date. xkcd is a beloved webcomic by Randall Munroe covering science, technology, math, and language with a distinctive stick-figure art style. Updated three times per week. Useful for developer dashboards, geek culture feeds, daily comic widgets, and educational content platforms.
curl https://nordapi.ee/api/v1/xkcd/latest
{
"data": {
"alt": "I hate the unearthly sound my phone makes when the weather service issues a tornado harbinger.",
"date": "2026-07-03",
"img": "https://imgs.xkcd.com/comics/types_of_tornado_alert.png",
"link": "",
"num": 3267,
"title": "Types of Tornado Alert",
"transcript": ""
},
"success": true
}