GET /xkcd/random
Fáðu a random xkcd comic frá entire archive of 2.900+ comics spanning nearly two decades. Skilar comic title, number, myndaslóð, alt text (the hidden hover text), and publication date. Fullkomið fyrir 'surprise me' eiginleika, random content feeds, break-time entertainment widgets, and boredom-busting app eiginleika.
curl https://nordapi.ee/api/v1/xkcd/random
{
"data": {
"alt": "YEEEEEEAAAAAAHHHHHH!",
"date": "2009-08-21",
"img": "https://imgs.xkcd.com/comics/newton_and_leibniz.png",
"link": "",
"num": 626,
"title": "Newton and Leibniz",
"transcript": "Newton, 1666\n[[A guy with long white hair holds up a sheet of paper.]]\nNewton: I've invented calculus!\n\nLeibniz, 1674\n[[A man with long black hair holds up a sheet of paper.]]\nLeibniz: I've invented calculus!\n\nNewton: Really? Sounds a little bit...\n\n[[Newton puts on a pair of sunglasses.]]\n\nNewton: [[in italics]] Derivative.\n\n{{Title text: YEEEEEEAAAAAAHHHHHH!}}"
},
"success": true
}