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

---

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