---
title: "GET /rest/core/:id"
method: GET
path: "/rest/core/:id"
---

# GET /rest/core/:id

`GET /rest/core/:id`

## Query parameters

- `id` ID, required — unresolved $ref

## Response `200`

- Core
  - `id` object
  - `block` integer
  - `status` string
  - `original_launch` object
  - `missions` CapsuleMission[]
    - `name` string
    - `flight` integer
  - `reuse_count` integer
  - `rtls_attempts` integer
  - `rtls_landings` integer
  - `asds_attempts` integer
  - `asds_landings` integer
  - `water_landing` boolean

## Changes

- **2019-01-20** `1eac71fee873` — 1 breaking, 1 info
  - the `id` response's property type changed from `string` to `object` for status `200`
  - for the `query` request parameter `id`, the type was generalized from `string` to no type
- **2019-01-20** `36618c64def1` — 1 breaking, 2 warning, 1 info
  - added the new required `query` request parameter `id`
  - deleted the `query` request parameter `core_serial`
  - removed the optional property `core_serial` from the response with the `200` status
  - added the optional property `id` to the response with the `200` status
- **2019-01-18** `57c07dd959d1` — 2 warning
  - deleted the `query` request parameter `id`
  - removed the optional property `_id` from the response with the `200` status
- **2019-01-17** `5c7381c36c7e` — 1 info
  - endpoint added
- **2019-01-17** `0ce2fdacbf21` — 1 breaking
  - api path removed without deprecation

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