REST API
Review endpoint and authentication concepts.
Explore →
Use the browser/server JavaScript SDK for collection discovery, item access and safe pagination.
Configure the API base URL and the appropriate API credential for the target environment. Keep server credentials outside public client bundles.
Use capability discovery to retrieve landing metadata, OGC conformance, collection metadata and SDK version information.
Use collection/item helpers for bounded requests, or itemsArray()/forEachItem() for paginated retrieval patterns.
The SDK includes bounded retry behaviour for rate limits and selected transient server/network failures; applications should still handle errors explicitly.
Use this checklist to reduce avoidable integration problems.
Use the related documentation pages to move from concept to a tested development workflow.