REST API
Review endpoint and authentication concepts.
Explore →
Work with GeoLayers collection and feature endpoints over HTTP.
Only layers explicitly published through the API workflow should be exposed. Database/project tables remain private by default.
The API supports collection discovery and feature retrieval with common parameters such as bbox, limit, offset and property selection where available.
Use the API key type appropriate to the application. Do not pass credentials in query strings.
Design integrations to handle validation errors, authentication failures, missing resources and HTTP 429 rate limits without endless retry loops.
Use this checklist to reduce avoidable integration problems.
Use the related documentation pages to move from concept to a tested development workflow.