GET /program/
thespacedevs.com:launch-library-api
Summary: List programs
Operation ID: listPrograms
Auth: unknown
Operation ID: listPrograms
Auth: unknown
Description
Returns a paginated list of space programs (e.g., Apollo, ISS, Artemis).
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 programs with default pagination | curl |
https://ll.thespacedevs.com/2.2.0/program/ |
|
| List programs with increased limit | curl |
https://ll.thespacedevs.com/2.2.0/program/?limit=25 |
|
| List programs with pagination offset | curl |
https://ll.thespacedevs.com/2.2.0/program/?limit=10&offset=10 |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 09:47:32.271968 | 429 | 389ms | |
| 2026-03-23 09:20:45.535319 | 200 | 365ms | |
| 2026-03-23 09:19:36.728916 | 200 | 347ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 09:20:45.535319 | b01691d436ef |
ef8cf1a22a8e |
| 2026-03-23 09:47:32.271968 | ef8cf1a22a8e |
dc8d2641149a |