GET /space/launches/latest
Get details about the most recent rocket launch en todo el mundo, incluyendo 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. Útil para space news feeds, launch history databases, and aerospace industry rastreando tools.
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
}