← Viihde

Uusin xkcd-sarjakuva

GET /xkcd/latest

Hae the most recent xkcd webcomic with its title, number, image URL, alt text, and publication date. xkcd on a beloved webcomic by Randall Munroe covering science, technology, math, and language with a distinctive stick-figure art style. Päivitetään three times per week. Hyödyllinen developer dashboards, geek culture feeds, daily comic widgets, and educational content platforms.

Esimerkkipyynnöt

Peruskäyttö
curl https://nordapi.ee/api/v1/xkcd/latest

Reaaliaikainen vastaus

{
  "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
}