← Unterhaltung

Neuester xkcd Comic

GET /xkcd/latest

Erhalten Sie den neuesten xkcd webcomic with its title, number, image URL, alt text, und publication date. xkcd is a beloved webcomic by Randall Munroe covering science, technology, math, und language with a distinctive stick-figure art style. Updated three times per week. Nützlich für developer dashboards, geek culture feeds, daily comic widgets, und educational content platforms.

Beispielanfragen

Grundlegende Verwendung
curl https://nordapi.ee/api/v1/xkcd/latest

Live-Antwort

{
  "data": {
    "alt": "It has been −2,147,483,648 days since our last integer overflow.",
    "date": "2026-04-03",
    "img": "https://imgs.xkcd.com/comics/day_counter.png",
    "link": "",
    "num": 3228,
    "title": "Day Counter",
    "transcript": ""
  },
  "success": true
}