← Entretenimiento

Último cómic de xkcd

GET /xkcd/latest

Get the most recent xkcd webcomic with its title, number, imagen URL, alt text, and publication date. xkcd is a beloved webcomic by Randall Munroe que cubre science, technology, math, and language with a distinctive stick-figure art style. Updated three times per week. Útil para developer paneles, geek culture feeds, daily comic widgets, and contenido educativo platforms.

Ejemplos de solicitudes

Uso basico
curl https://nordapi.ee/api/v1/xkcd/latest

Respuesta en vivo

{
  "data": {
    "alt": "It has been −2,147,483,648 days since our last integer overflow.",
    "date": "2026-04-03",
    "img": "https://imgs.xkcd.com/comics/day_counter.png",
    "link": "",
    "num": 3228,
    "title": "Day Counter",
    "transcript": ""
  },
  "success": true
}