---
title: "Retrieve the OGC API landing page for this service."
method: GET
path: "/"
tags: ["Landing Page"]
---

# Retrieve the OGC API landing page for this service.

`GET /`

## Response `200`

The landing page provides links to the API definition (link relation `service-desc`, in this case path `/api`),
to the Conformance declaration (path `/conformance`, link relation `conformance`), and to the Collections of geospatial data (path `/collections`, link relation `data`).

- LandingPage
  - `title` string — While a title is not required, implementors are strongly advised to include one.
  - `description` string
  - `attribution` string — The `attribution` should be short and intended for presentation to a user, for example, in a corner of a map. Parts of the text can be links to other resources if additional information is needed. The string can include HTML markup.
  - `links` Link[], required
    - `href` string, required — Supplies the URI to a remote resource (or resource fragment).
    - `rel` string, required — The type or semantics of the relation.
    - `type` string — A hint indicating what the media type of the result of dereferencing the link should be.
    - `templated` boolean — This flag set to true if the link is a URL template.
    - `hreflang` string — A hint indicating what the language of the result of dereferencing the link should be.
    - `title` string — Used to label the destination of a link such that it can be used as a human-readable identifier.
    - `length` integer

## Other responses

- `406` — Content negotiation failed. For example, the `Accept` header submitted in the request did not support any of the media types supported by the server for the requested resource.
- `500` — A server error occurred.

---

[API](https://skmtc.dev/bbox-services/apis/bbox-ogc-api.md) · [All operations](https://skmtc.dev/bbox-services/apis/bbox-ogc-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bbox-services/bbox-ogc-api/revisions/b5f6878bc1d7/schema)
