Landing Page
const url = 'https://example.com/stac/';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://example.com/stac/STAC Catalog landing page.
Responses
Section titled “ Responses ”Successful Response
STAC Catalog / landing page response.
object
STAC object type. Always ‘Catalog’ for the landing page.
Stable identifier for the catalog.
STAC specification version implemented.
Catalog title.
Human-readable catalog description.
List of conformance URIs declaring which STAC and OGC API standards the catalog implements.
Catalog navigation links (self, root, search, collections, etc.).
A single STAC link object.
Example
{ "type": "Catalog", "stac_version": "1.0.0"}Bad request — invalid standards parameters
Unauthenticated — a credential was supplied and could not be resolved (expired, revoked, or malformed). Sending no credential at all is not an error on these operations; they answer anonymously with the public subset. Neither is sending an unresolvable credential alongside a capability that authorizes the request on its own — a valid X-Embed-Token or a valid signed tile template (sig, exp, scope). Those are served and the unrelated credential is ignored.
Too many requests — retry after the advertised interval
Headers
Section titled “Headers ”Seconds until the request may be retried
Internal server error
Service unavailable — the database could not serve the request