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.
Use page and page_size for pagination.
| Name | Description | Type |
|---|---|---|
| page optional | The page number to return (0-indexed). Increment to get the next page; if fewer than page_size results are returned, you've reached the last page. Note: Defaults to 0. | numeric |
| page_size optional | The number of missions to return per page. Note: Defaults to 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 |
| data_access | boolean | Observation data access granted | true / false |