GET /xkcd/random
Get a slumpmässig xkcd comic från entire archive of 2 900+ serier som spänner över nearly two decades. Returnerar the comic titel, nummer, bild URL, alt text (the hidden hover text), and publication datum. Perfekt för 'surprise me' funktioner, slumpmässig innehåll feeds, break-time underhållning widgetar, and boredom-busting app funktioner.
curl https://nordapi.ee/api/v1/xkcd/random
{
"data": {
"alt": "No two adjacent circles are the same color.",
"date": "2006-01-21",
"img": "https://imgs.xkcd.com/comics/secret_worlds.jpg",
"link": "",
"num": 52,
"title": "Secret Worlds",
"transcript": "[[Pieces of a quote in circles with lines drawn in between them]]\n[[Some of the circles are small and colored]]\n\"Everybody has a secret world inside of them.\nAll of the people in the whole world\nI mean everybody\nNo matter how dull and boring they are on the outside\nInside they've all got unimaginable\nmagnificent, wonderful, stupid, amazing, worlds\nNot just one world. Hundreds of them. Thousands, maybe.\"\n--Neil Gaiman\nSandman"
},
"success": true
}