GET /event/upcoming/
thespacedevs.com:launch-library-api
Summary: List upcoming events
Operation ID: listUpcomingEvents
Auth: unknown
Operation ID: listUpcomingEvents
Auth: unknown
Description
Returns a list of upcoming scheduled events.
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 upcoming events with default pagination | curl |
https://ll.thespacedevs.com/2.2.0/event/upcoming/ |
|
| List upcoming events with custom limit | curl |
https://ll.thespacedevs.com/2.2.0/event/upcoming/?limit=5 |
|
| List upcoming events with pagination (page 3) | curl |
https://ll.thespacedevs.com/2.2.0/event/upcoming/?limit=10&offset=20 |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:36:32.760824 | 429 | 193ms | |
| 2026-03-23 10:28:03.401977 | 429 | 212ms | |
| 2026-03-23 09:10:17.520710 | 200 | 624ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 10:28:03.401977 | b1bce0689ed2 |
e73f338829bb |
| 2026-03-23 10:36:32.760824 | e73f338829bb |
9d1b53be8ccb |