Overview
This documentation provides tutorials on how to use the STAC API of data.geo.admin.ch. The STAC API consists of standardized RESTful API endpoints designed for interacting with federal geodata. All datasets are organized according to the SpatioTemporal Asset Catalog (STAC) specification, which simplifies data discovery and usage.
For a detailed description of each endpoint, refer to the full specifications:
- Regular users:
GET
endpoints for querying and retrieving data. - Selected users:
POST
/PUT
endpoints for uploading and managing data.
This implementation conforms to the core STAC API specification. The underlying data model follows the STAC schema and is extended by the forecast extension to support weather forecast data.
WARNING
STAC API v0.9
is being deprecated and will be turned off on 31.3.2026. Learn more....