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": "A 'left-handed specialist' is a physicist who studies the weak interaction.",
"date": "2026-09-02",
"img": "https://imgs.xkcd.com/comics/handedness.png",
"link": "",
"num": 3293,
"title": "Handedness",
"transcript": ""
},
"success": true
}