Retrieve information about active and historical flying missions, including mission details, flight status, and operational parameters. This endpoint provides comprehensive data about WindBorne's atmospheric data collection missions.
| Field | Description | Type |
|---|---|---|
| page optional | The page number to return. Use pagination to get more missions. Note: Default returns page=0 | numeric |
| page_size optional | The number of missions to return per page. Note: Default returns page_size=64 | numeric |
| Name | Type | Description |
|---|---|---|
| save_to_file Optional | string | Path to save the response data. If provided, saves the data in CSV or JSON format. |
| Name | Type | Description |
|---|---|---|
| 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 an array of currently flying missions.
| Name | Type | Description | Format |
|---|---|---|---|
| missions | array | An array of balloon information | - |
| id | string | A UUID that uniquely identifies the mission | - |
| name | string | The name of the mission | W-Number (SerialNumber LaunchSite) |
| number | numeric | The number of the mission | - |
| launch_time | string | The ISO8601 timestamp of when the balloon was launched | ISO 8601 |
| landing_time | null | Always null, as this route returns only flying balloons. Note: This property is provided for consistency with other APIs. | ISO8601 OR null |