GET /landings/
thespacedevs.com:launch-library-api
Summary: List landings
Operation ID: listLandings
Auth: unknown
Operation ID: listLandings
Auth: unknown
Description
Returns a paginated list of rocket landing attempts.
Parameters (2)
limit
(integer, query, optional, default: 10)
Number of results to return per page
offset
(integer, query, optional, default: 0)
The initial index from which to return the results
Examples (3)
| Title | Type | URL | Action |
|---|---|---|---|
| List landings with default pagination | curl |
https://ll.thespacedevs.com/2.2.0/landings/ |
|
| List landings with custom limit | curl |
https://ll.thespacedevs.com/2.2.0/landings/?limit=5 |
|
| List landings with pagination offset | curl |
https://ll.thespacedevs.com/2.2.0/landings/?limit=10&offset=10 |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:11:43.538388 | 200 | 740ms | |
| 2026-03-23 09:48:33.690112 | 429 | 198ms | |
| 2026-03-23 09:31:45.899747 | 429 | 436ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 09:48:33.690112 | 0c7890013610 |
9a2c095ad145 |
| 2026-03-23 10:11:43.538388 | 9a2c095ad145 |
4019a140c9f9 |