← Science & Space

Latest Launch

GET /space/launches/latest

Get details about the most recent rocket launch worldwide, including mission name, launch provider, rocket type, launch site, date/time, and mission outcome. Covers launches from SpaceX, NASA, Roscosmos, ESA, ISRO, and all other space agencies and private companies. Useful for space news feeds, launch history databases, and aerospace industry tracking tools.

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/space/launches/latest

Live Response

{
  "data": {
    "article": null,
    "date_utc": "2022-10-05T16:00:00.000Z",
    "details": null,
    "name": "Crew-5",
    "patch_small": "https://images2.imgbox.com/eb/d8/D1Yywp0w_o.png",
    "rocket": "5e9d0d95eda69973a809d1ec",
    "success": true,
    "webcast": "https://youtu.be/5EwW8ZkArL4",
    "wikipedia": "https://en.wikipedia.org/wiki/SpaceX_Crew-5"
  },
  "success": true
}