GET /xkcd/latest
Get the most senaste xkcd webcomic med dess titel, nummer, bild URL, alt text, and publication datum. xkcd is a beloved webcomic by Randall Munroe som täcker science, technology, math, and language med a distinctive stick-figure art style. Updated three times per week. Användbart för developer instrumentpaneler, geek culture feeds, daglig comic widgetar, and pedagogisk innehåll plattformar.
curl https://nordapi.ee/api/v1/xkcd/latest
{
"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
}