GET /launch/previous/
thespacedevs.com:launch-library-api
Summary: List previous launches
Operation ID: listPreviousLaunches
Auth: unknown
Operation ID: listPreviousLaunches
Auth: unknown
Description
Returns a paginated list of past space launches that have already occurred.
Parameters (2)
limit
(integer, query, optional, default: 10)
Number of results to return per page
Constraints: {'maximum': 100}
offset
(integer, query, optional, default: 0)
Index of the first result to return
Examples (3)
| Title | Type | URL | Action |
|---|---|---|---|
| List previous launches with default pagination | curl |
https://ll.thespacedevs.com/2.2.0/launch/previous/ |
|
| List previous launches with custom limit | curl |
https://ll.thespacedevs.com/2.2.0/launch/previous/?limit=5 |
|
| Filter previous launches by SpaceX provider | curl |
https://ll.thespacedevs.com/2.2.0/launch/previous/?launch_service_provider__id=121&limit=10 |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:44:24.473812 | 429 | 195ms | |
| 2026-03-23 10:31:17.717546 | 429 | 187ms | |
| 2026-03-23 10:21:26.290164 | 200 | 761ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 10:31:17.717546 | cf9ecb863af1 |
5bef97a8cb55 |
| 2026-03-23 10:44:24.473812 | 5bef97a8cb55 |
547de0b8fd4f |