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

# GET /core/:id

`GET /core/:id`

## Query parameters

- `core_serial` string, required
- `id` boolean

## Response `200`

- Core
  - `_id` object
  - `core_serial` string
  - `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-17** `0ce2fdacbf21` — 1 info
  - endpoint added

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