GET /location/
thespacedevs.com:launch-library-api
Summary: List launch locations
Operation ID: listLocations
Auth: unknown
Operation ID: listLocations
Auth: unknown
Description
Returns a paginated list of launch locations (spaceports) around the world.
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 |
|---|---|---|---|
| List all locations (default pagination) | curl |
https://ll.thespacedevs.com/2.2.0/location/ |
|
| Filter locations by USA | curl |
https://ll.thespacedevs.com/2.2.0/location/?country_code=USA |
|
| Paginated list with custom limit | curl |
https://ll.thespacedevs.com/2.2.0/location/?limit=5&offset=0 |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:16:16.586318 | 200 | 824ms | |
| 2026-03-23 09:39:08.116657 | 429 | 429ms | |
| 2026-03-23 09:18:35.191699 | 200 | 242ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 09:39:08.116657 | 8479ab1acd40 |
fd83ef75cb2d |
| 2026-03-23 10:16:16.586318 | fd83ef75cb2d |
1773b061ef8e |