GET /launcher/
thespacedevs.com:launch-library-api
Summary: List launchers
Operation ID: listLaunchers
Auth: unknown
Operation ID: listLaunchers
Auth: unknown
Description
Returns a paginated list of individual launch vehicles (not configurations).
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 launchers with default pagination | curl |
https://ll.thespacedevs.com/2.2.0/launcher/ |
|
| List launchers with custom limit | curl |
https://ll.thespacedevs.com/2.2.0/launcher/?limit=5 |
|
| List launchers with pagination (page 2) | curl |
https://ll.thespacedevs.com/2.2.0/launcher/?limit=10&offset=10 |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:15:15.362174 | 200 | 277ms | |
| 2026-03-23 09:38:03.651087 | 429 | 419ms | |
| 2026-03-23 09:30:11.774798 | 429 | 532ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 09:38:03.651087 | e4dc0462f989 |
12d383d9a60b |
| 2026-03-23 10:15:15.362174 | 12d383d9a60b |
6c231d3c7430 |