GET /space/launches/latest
Fáðu details about the most recent rocket launch worldwide, þar á meðal mission name, launch provider, rocket type, launch site, date/time, and mission outcome. Nær yfir launches from SpaceX, NASA, Roscosmos, ESA, ISRO, and allar aðra space agencies and private companies. Gagnlegt fyrir space news feeds, launch history databases, and aerospace industry tracking verkfæri.
curl https://nordapi.ee/api/v1/space/launches/latest
{
"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
}