Closed yosefeliezrie closed 3 years ago
in addition, Is there a way to get the booster core serial and status without another API call to the cores/:id endpoint?
Yeah! Pretty close already, just need the cores.core
bit
{
"query": {
"_id": "5fe3af58b3467846b324215f"
},
"options": {
"populate": [
"payloads",
"rocket",
"landpad",
"launchpad",
"ships",
"crew",
"dragons",
"cores.core"
],
"limit": 1
}
}
Hello,
I am currently using the /launches/query endpoint to get data from the API. Ideally, i would like to get the booster number and info (see this page under "Booster Information" for an example https://spacelaunchnow.me/launch/falcon-9-block-5-spx-uscv-2-nasa-crew-flight-2/), In my query i am using populate to add "cores" but it only returns limited data. Is there a way to return all the data on the cores for that launch without another API call to the /cores/:id endpoint?
Launch Query
Results