---
title: "landing page"
method: GET
path: "/"
tags: ["Core"]
---

# landing page

`GET /`

Returns the root STAC Catalog or STAC Collection that is the entry point
for users to browse with STAC Browser or for search engines to crawl.
This can either return a single STAC Collection or more commonly a STAC
catalog.

The landing page provides links to the
API definition (link relations `service-desc` and `service-doc`)
and the STAC records such as collections/catalogs (link relation `child`)
or items (link relation `item`).

Extensions may add additional links with new relation types.

## Response `200`

The landing page provides links to the API definition
(link relations `service-desc` and `service-doc`).

- LandingPage — unresolved $ref

## Other responses

- `4XX` — unresolved $ref
- `5XX` — unresolved $ref

## Changes

- **2023-01-29** `cb93227b4a5b` — 1 info
  - removed the non-success response with the status `500`
- **2020-12-09** `2050c7d05283` — 1 info
  - api operation id `getLandingPage` was added
- **2020-12-07** `c3b40bb36345` — 1 info
  - added `#/components/schemas/catalog, #/components/schemas/conformanceClasses` to the response body `allOf` list for the response status `200`
- **2020-12-01** `403f9c9a6b55` — 5 breaking, 2 warning
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
  - removed the required property `description` from the response with the `200` status
  - removed the required property `id` from the response with the `200` status
  - removed the required property `links` from the response with the `200` status
  - …3 more
- **2020-12-01** `4adc89eea9f5` — 1 breaking, 9 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - api operation id `getLandingPage` removed and replaced with ``
  - removed `#/components/schemas/catalog, #/components/schemas/conformanceClasses` from the response body `allOf` list for the response status `200`
  - added the non-success response with the status `500`
  - …6 more

[Change history](https://skmtc.dev/radiantearth/apis/stac-api-core/changes/get.md)

---

[API](https://skmtc.dev/radiantearth/apis/stac-api-core.md) · [All operations](https://skmtc.dev/radiantearth/apis/stac-api-core/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/radiantearth/stac-api-core/revisions/b68fd7632b35/schema)
