GET /launch/upcoming/
thespacedevs.com:launch-library-api
Summary: List upcoming launches
Operation ID: listUpcomingLaunches
Auth: unknown
Operation ID: listUpcomingLaunches
Auth: unknown
Description
Returns a paginated list of upcoming space launches scheduled for the future.
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 |
|---|---|---|---|
| Basic upcoming launches (default pagination) | curl |
https://ll.thespacedevs.com/2.2.0/launch/upcoming/ |
|
| Upcoming launches with custom limit | curl |
https://ll.thespacedevs.com/2.2.0/launch/upcoming/?limit=5 |
|
| Upcoming launches filtered by provider with offset | curl |
https://ll.thespacedevs.com/2.2.0/launch/upcoming/?launch_service_provider__id=121&limit=3&offset=0 |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:40:13.453302 | 429 | 197ms | |
| 2026-03-23 10:35:31.291020 | 429 | 445ms | |
| 2026-03-23 10:13:54.899323 | 200 | 798ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 10:35:31.291020 | e41fae81c061 |
0b2c91d9fb6c |
| 2026-03-23 10:40:13.453302 | 0b2c91d9fb6c |
37123ca0d067 |