GET /xkcd/random
Obtenez un comic xkcd aléatoire comic de le entire archive of 2,900+ comics spanning nearly two decades. Renvoie le comic title, number, image URL, alt text (the hidden hover text), et publication date. Idéal pour les 'surprise me' features, random content feeds, break-time entertainment widgets, et boredom-busting app features.
curl https://nordapi.ee/api/v1/xkcd/random
{
"data": {
"alt": "As far as treachery-as-driving-music goes, Katamari music is matched only by Guitar Hero music.",
"date": "2006-09-22",
"img": "https://imgs.xkcd.com/comics/accident.png",
"link": "",
"num": 161,
"title": "Accident",
"transcript": "[[Person driving car while singing]]\nDriver: NAAAA NA NA NANA NANA NA NA KATAMARI DAMACY\n[[two people talking]]\nMailbox Owner: and that's when you veered into the mailbox?\nDriver: It looked smaller then me. It was just instinct."
},
"success": true
}