← Entertainment

Latest xkcd Comic

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.

See it visualized

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/xkcd/latest

Live Response

{
  "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
}