GET /event/previous/
thespacedevs.com:launch-library-api
Summary: List previous events
Operation ID: listPreviousEvents
Auth: unknown
Operation ID: listPreviousEvents
Auth: unknown
Description
Returns a list of past 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 previous events with default pagination | curl |
https://ll.thespacedevs.com/2.2.0/event/previous/ |
|
| List previous events with custom limit | curl |
https://ll.thespacedevs.com/2.2.0/event/previous/?limit=5 |
|
| List previous events with pagination offset | curl |
https://ll.thespacedevs.com/2.2.0/event/previous/?limit=10&offset=10 |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:22:28.202920 | 200 | 995ms | |
| 2026-03-23 09:17:32.729335 | 200 | 918ms | |
| 2026-03-23 09:13:54.688472 | 200 | 636ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 09:17:32.729335 | 773cf51b57f4 |
c5137f9dae8d |
| 2026-03-23 10:22:28.202920 | c5137f9dae8d |
6a0a761064a5 |