---
title: "GET /rest/launchpads"
method: GET
path: "/rest/launchpads"
---

# GET /rest/launchpads

`GET /rest/launchpads`

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

- Launchpad[]
  - `attempted_launches` integer
  - `details` string
  - `id` object
  - `location` Location
    - `latitude` number, float
    - `longitude` number, float
    - `name` string
    - `region` string
  - `name` string
  - `status` string
  - `successful_launches` integer
  - `vehicles_launched` Rocket[]
    - `active` boolean
    - `boosters` integer
    - `company` string
    - `cost_per_launch` integer
    - `country` string
    - `description` string
    - `diameter` Distance
      - `feet` number, float
      - `meters` number, float
    - `engines` RocketEngines
      - `number` integer
      - `type` string
      - `version` string
      - `layout` string
      - `engine_loss_max` string
      - `propellant_1` string
      - `propellant_2` string
      - `thrust_sea_level` Force
        - `kN` number, float
        - `lbf` number, float
      - `thrust_vacuum` Force
        - `kN` number, float
        - `lbf` number, float
      - `thrust_to_weight` number, float
    - `first_flight` object
    - `first_stage` RocketFirstStage
      - `burn_time_sec` integer
      - `engines` integer
      - `fuel_amount_tons` number, float
      - `reusable` boolean
      - `thrust_sea_level` Force
        - `kN` number, float
        - `lbf` number, float
      - `thrust_vacuum` Force
        - `kN` number, float
        - `lbf` number, float
    - `height` Distance
      - `feet` number, float
      - `meters` number, float
    - `id` object
    - `landing_legs` RocketLandingLegs
      - `number` integer
      - `material` string
    - `mass` Mass
      - `kg` integer
      - `lb` integer
    - `name` string
    - `payload_weights` RocketPayloadWeight[]
      - `id` string
      - `kg` integer
      - `lb` integer
      - `name` string
    - `second_stage` RocketSecondStage
      - `burn_time_sec` integer
      - `engines` integer
      - `fuel_amount_tons` number, float
      - `payloads` RocketSecondStagePayloads
        - `option_1` string
        - `composite_fairing` RocketSecondStagePayloadCompositeFairing
          - `height` Distance
            - `feet` number, float
            - `meters` number, float
          - `diameter` Distance
            - `feet` number, float
            - `meters` number, float
      - `thrust` Force
        - `kN` number, float
        - `lbf` number, float
    - `stages` integer
    - `success_rate_pct` integer
    - `type` string
    - `wikipedia` string
  - `wikipedia` string

## Changes

- **2019-10-22** `56b431e70bf6` — 1 info
  - api tag `Endpoints` removed
- **2019-01-21** `23e6c8b6a376` — 1 info
  - api tag `Endpoints` added
- **2019-01-21** `dc4958b948ee` — 1 info
  - api tag `Endpoints` removed
- **2019-01-21** `3187b1d50120` — 1 info
  - api tag `Endpoints` added
- **2019-01-21** `9b48e689913e` — 1 breaking, 2 warning, 1 info
  - the `items/id` response's property type/format changed from `integer`/`int32` to `object`/`` for status `200`
  - removed the optional property `items/site_id` from the response with the `200` status
  - removed the optional property `items/site_name_long` from the response with the `200` status
  - added the optional property `items/name` to the response with the `200` status

[Full history](https://skmtc.dev/spacexland/apis/spacex-rest-api/changes/rest/launchpads/get.md)

---

[API](https://skmtc.dev/spacexland/apis/spacex-rest-api.md) · [All operations](https://skmtc.dev/spacexland/apis/spacex-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/spacexland/spacex-rest-api/revisions/46a3b0b96b33/schema)
