← Tiede ja avaruus

Viimeisin laukaisu

GET /space/launches/latest

Hae details about the most recent rocket launch maailmanlaajuisesti, mukaan lukien mission name, launch provider, rocket type, launch site, date/time, and mission outcome. Kattaa launches from SpaceX, NASA, Roscosmos, ESA, ISRO, and all other space agencies and private companies. Hyödyllinen space news feeds, launch history databases, and aerospace industry tracking tools.

Esimerkkipyynnöt

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

Reaaliaikainen vastaus

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