GET /spacewalks/
thespacedevs.com:launch-library-api
Summary: List spacewalks
Operation ID: listSpacewalks
Auth: unknown
Operation ID: listSpacewalks
Auth: unknown
Description
Returns a paginated list of extravehicular activities (spacewalks).
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 first 10 spacewalks (default pagination) | curl |
https://ll.thespacedevs.com/2.2.0/spacewalks/ |
|
| List 20 spacewalks per page | curl |
https://ll.thespacedevs.com/2.2.0/spacewalks/?limit=20 |
|
| Get second page of results (offset 10) | curl |
https://ll.thespacedevs.com/2.2.0/spacewalks/?limit=10&offset=10 |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:46:41.016159 | 429 | 180ms | |
| 2026-03-23 09:41:14.870725 | 429 | 285ms | |
| 2026-03-23 09:09:15.628068 | 200 | 520ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 09:41:14.870725 | 3d1ee5259fa8 |
2575c495ff98 |
| 2026-03-23 10:46:41.016159 | 2575c495ff98 |
654eae0bd398 |