GET /xkcd/random
Hent en tilfældig xkcd-tegneserie fra hele arkivet med 2.900+ tegneserier, der spænder over næsten to årtier. Returnerer tegneseriens titel, nummer, billed-URL, alt-tekst (den skjulte hovertekst) og udgivelsesdato. Perfekt til 'overrask mig'-funktioner, tilfældige indholdsfeeds, pauseunderholdningswidgets og kedsomhedsbrydende appfunktioner.
curl https://nordapi.ee/api/v1/xkcd/random
{
"data": {
"alt": "But the windows! What if there's a voyeur watchi-- wait, now I'm turned on too.",
"date": "2011-01-28",
"img": "https://imgs.xkcd.com/comics/consecutive_vowels.png",
"link": "",
"num": 853,
"title": "Consecutive Vowels",
"transcript": "He: I was running a factor analysis on this huge database, and check out what it found:\n[[He holds up the chart.]]\n\n[[It's a graph plotting \"sexual arousal\" against \"consecutive vowels.\" The trendline is a smooth exponential curve.]]\n\nShe: Huh? This chart makes no sense. What--\nHe: \"Queueing\"\n\n[[She grabs him.]]\nShe: FUCK ME NOW.\n\n{{Title text: But the windows! What if there's a voyuer watchi-- wait, now I'm turned on too.}}"
},
"success": true
}