This endpoint allows finding the site from which that mission was launched. It accepts no query parameters, but requires a mission id to be passed into the url.
This endpoint accepts no query parameters. The mission_id must be provided in the URL path.
| Name | Type | Description |
|---|---|---|
| mission_id Required | string | The mission for which to obtain launch site. |
| save_to_file Optional | string | Path to save the response data. If provided, saves the data in CSV or JSON format. |
| Name | Type | Description |
|---|---|---|
| mission_id Required | string | The mission for which to obtain launch site. |
| output_file Optional | string | Path to save the response data. If provided, saves the data in CSV or JSON format. |
| print_response Optional | boolean | If True, prints the response data. |
Returns the launch site object for the specified mission.
| Name | Type | Description | Format |
|---|---|---|---|
| launch_site | object | Launch site information for the mission | - |
| id | string | Unique identifier for the launch site | UUID |
| latitude | number | Launch site latitude | decimal degrees |
| longitude | number | Launch site longitude | decimal degrees |
| elevation | number | Launch site elevation in meters Note: This uses the GMTED2010 global digital elevation model at 0.0625 degree resolution. | meters |