---
title: "GET /rest/ship/{id}"
method: GET
path: "/rest/ship/{id}"
---

# GET /rest/ship/{id}

`GET /rest/ship/{id}`

## Path parameters

- `id` ID, required — unresolved $ref

## Response `200`

- Ship
  - `abs` integer
  - `active` boolean
  - `attempted_landings` integer
  - `class` integer
  - `course_deg` integer
  - `home_port` string
  - `id` object
  - `image` string
  - `imo` integer
  - `missions` ShipMission[]
    - `flight` string
    - `name` string
  - `mmsi` integer
  - `model` string
  - `name` string
  - `position` ShipLocation
    - `latitude` number, float
    - `longitude` number, float
  - `roles` string[]
  - `speed_kn` number, float
  - `status` string
  - `successful_landings` integer
  - `type` string
  - `url` string
  - `weight_kg` integer
  - `weight_lbs` integer
  - `year_built` integer

## 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** `0572df36f446` — 1 breaking, 1 info
  - api path removed without deprecation
  - endpoint added

[Full history](https://skmtc.dev/spacexland/apis/spacex-rest-api/changes/rest/ship/: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/46a3b0b96b33/schema)
