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

# GET /rest/cores

`GET /rest/cores`

## Query parameters

- `find` CoresFind
  - `asds_attempts` integer
  - `asds_landings` integer
  - `block` integer
  - `id` string
  - `missions` string
  - `original_launch` object
  - `reuse_count` integer
  - `rtls_attempts` integer
  - `rtls_landings` integer
  - `status` string
  - `water_landing` boolean
- `limit` integer
- `offset` integer
- `order` string
- `sort` string

## Response `200`

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

## Changes

- **2019-10-22** `56b431e70bf6` — 2 info
  - api tag `Endpoints` removed
  - added the new optional `query` request parameter `find`
- **2019-01-23** `6291469b304a` — 1 warning
  - deleted the `query` request parameter `find`
- **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

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