---
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

---

[API](https://skmtc.net/spacexland/apis/spacex-rest-api.md) · [All operations](https://skmtc.net/spacexland/apis/spacex-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spacexland/spacex-rest-api/revisions/46a3b0b96b33/schema)
