Skip to content
getgeolens.com

Landing Page

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

OGC API landing page — entry point for machine clients.

f
Any of:
string

Successful Response

Media type application/json
LandingPage
object
title
required
Title

OGC API landing page title.

string
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
type
required
Type

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

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

Bad request — invalid query parameters or payload

Not found

Validation error

Internal server error