---
title: "Request Recovery Data"
method: GET
path: "/recovered"
---

# Request Recovery Data

`GET /recovered`

Use this to get the recovery data

## Query parameters

- `serial` string
- `lat` number
- `lon` number
- `distance` number
- `last` number

## Response `200`

Returns a list of recovery objects

- RecoveryObject[]
  - `datetime` string, date-time — Time that the radiosonde was recovered
  - `serial` string, required — Serial number of the radiosonde
  - `lat` number, double, required — Latitude (decimal degrees) of the recovery location
  - `lon` number, double, required — Longitude (decimal degrees) of the recovery location
  - `alt` number, double, required — Altitude (metres) of the recovery location
  - `recovered` boolean, required — was this recovery attempt was successful
  - `recovered_by` string, required — callsign or name of the person who recovered the sonde
  - `description` string — Description of the recovery effort

## Changes

- **2022-01-08** `3432dec25a55` — 1 warning, 1 info
  - deleted the `query` request parameter `serials`
  - added the new optional `query` request parameter `serial`
- **2022-01-08** `61b482b92b32` — 1 warning, 1 info
  - deleted the `query` request parameter `serial`
  - added the new optional `query` request parameter `serials`
- **2021-06-06** `71ebcc75d747` — 1 info
  - added the new optional `query` request parameter `serial`
- **2021-06-05** `fd1fa93fd54d` — 1 info
  - endpoint added
- **2021-04-04** `601d3b480f36` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/projecthorus/apis/sondehub/changes/recovered/get.md)

---

[API](https://skmtc.dev/projecthorus/apis/sondehub.md) · [All operations](https://skmtc.dev/projecthorus/apis/sondehub/llms.txt) · [OpenAPI document](https://skmtc.dev/projecthorus/apis/sondehub/revisions/4eaedc29b03c?raw)
