---
title: "GET /landpad/:id"
method: GET
path: "/landpad/:id"
---

# GET /landpad/:id

`GET /landpad/:id`

## Query parameters

- `landpad_id` string, required
- `id` boolean

## Response `200`

- Landpad
  - `_id` object
  - `id` string
  - `full_name` string
  - `status` string
  - `location` Location
    - `name` string
    - `region` string
    - `latitude` number, float
    - `longitude` number, float
  - `landing_type` string
  - `attempted_landings` string
  - `successful_landings` string
  - `wikipedia` string
  - `details` string

## Changes

- **2019-01-17** `0ce2fdacbf21` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/spacexland/apis/spacex-rest-api/changes/landpad/:id/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/0ce2fdacbf21/schema)
