---
title: "Landing page"
method: GET
path: "/"
tags: ["Features"]
---

# Landing page

`GET /`

The landing page provides links to the sub-resources.

## Response `200`

The landing page provides links to the API definition
(link relations `service-desc` and `service-doc`)
and the Feature Collection (path `/collections`, link relation
`data`).

- LandingPage
  - `stac_version` string, required
  - `stac_extensions` union[]
    - union
      - string, uri
      - string
  - `type` string, required
  - `id` string, required
  - `title` string
  - `description` string, required
  - `links` Link[], required
    - `href` string, uri, required — The location of the resource
    - `rel` string, required — Relation type of the link
    - `type` string — The media type of the resource
    - `title` string — Title of the resource
    - `method` 'GET' | 'POST' — Specifies the HTTP method that the resource expects
    - `headers` object — Object key values pairs they map to headers
    - `body` object — For POST requests, the resource can specify the HTTP body as a JSON object.
    - `merge` boolean — This is only valid when the server is responding to POST request. If merge is true, the client is expected to merge the body value into the current request body before following the link. This avoids passing large post bodies back and forth when following links, particularly for navigating pages through the `POST /search` endpoint. NOTE: To support form encoding it is expected that a client be able to merge in the key value pairs specified as JSON `{"next": "token"}` will become `&next=token`.
  - `conformsTo` string[], required — A list of all conformance classes implemented by the server. In addition to the STAC-specific conformance classes, all OGC-related conformance classes listed at `GET /conformances` must be listed here. This entry should mirror what `GET /conformances` returns, if implemented.

## Other responses

- `500` — An error occurred.

---

[API](https://skmtc.net/radiantearth/apis/stac-api.md) · [All operations](https://skmtc.net/radiantearth/apis/stac-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/radiantearth/stac-api/versions/11248209cf8c/schema)
