Skip to content
getgeolens.com

Landing Page

GET
/
curl --request GET \
--url https://example.com/

OGC API landing page — entry point for machine clients.

f
Any of:
string

Successful Response

Media type application/json
LandingPage
object
description
required
Description

Human-readable API description.

string
links
required
Links

Top-level navigation links to conformance, collections, and API document.

Array<object>
OGCLink
object
href
required
Href

Target URL of the link.

string
rel
required
Rel

Link relation type per RFC 8288 (e.g. ‘self’, ‘next’, ‘prev’, ‘data’, ‘collection’).

string
title
Any of:
string
type
required
Type

Media type of the linked resource (e.g. ‘application/json’, ‘application/geo+json’).

string
title
required
Title

OGC API landing page title.

string
Example generated
{
"description": "example",
"links": [
{
"href": "example",
"rel": "example",
"title": "example",
"type": "example"
}
],
"title": "example"
}

Bad request — invalid query parameters or payload

ProblemDetail
object
detail
required
Detail
string
status
required
Status
integer
title
required
Title
string
type
Type
string
default: about:blank
Example
{
"type": "about:blank"
}

Not found

ProblemDetail
object
detail
required
Detail
string
status
required
Status
integer
title
required
Title
string
type
Type
string
default: about:blank
Example
{
"type": "about:blank"
}

Validation error

ProblemDetail
object
detail
required
Detail
string
status
required
Status
integer
title
required
Title
string
type
Type
string
default: about:blank
Example
{
"type": "about:blank"
}

Internal server error

ProblemDetail
object
detail
required
Detail
string
status
required
Status
integer
title
required
Title
string
type
Type
string
default: about:blank
Example
{
"type": "about:blank"
}