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": "Wait, what do you mean, 'dark matter'? It's not dark, it interacts with high-energy gamma rays ... right? Oh jeez, did I forget to make it interact?",
"date": "2026-06-24",
"img": "https://imgs.xkcd.com/comics/baryon_asymmetry.png",
"link": "",
"num": 3263,
"title": "Baryon Asymmetry",
"transcript": ""
},
"success": true
}