GET /xkcd/random
Erhalten Sie eine random xkcd comic from the entire archive of 2,900+ comics spanning nearly two decades. Liefert die comic title, number, image URL, alt text (the hidden hover text), und publication date. Ideal für 'surprise me' features, random content feeds, break-time entertainment widgets, und boredom-busting app features.
curl https://nordapi.ee/api/v1/xkcd/random
{
"data": {
"alt": "I find so much fun in language.",
"date": "2006-03-13",
"img": "https://imgs.xkcd.com/comics/curse_levels.jpg",
"link": "",
"num": 75,
"title": "Curse Levels",
"transcript": "[[\"My Hobby: mixing curse levels\" is at the top of the panel.]]\nRandom Guy: What a gosh-darned cunt.\n{{Alt text: I find so much fun in language.}}"
},
"success": true
}