← 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.

Example Requests

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

Live Response

{
  "data": {
    "alt": "'Beyond that lies a vale of fire through which my vision cannot penetrate' is the kind of fun thing geologists, heliophysicists, and early universe cosmologists have a lot of opportunities to say.",
    "date": "2026-05-08",
    "img": "https://imgs.xkcd.com/comics/crystal_gazing.png",
    "link": "",
    "num": 3243,
    "title": "Crystal Gazing",
    "transcript": ""
  },
  "success": true
}