Skip to content

Data

You can access the ICP Forests data schema by querying the relevant endpoints. The data schema includes various tables that contain environmental monitoring data collected from forest observation plots.

Request Data overview

bash
curl -X GET "https://db.forstliche-umweltkontrolle.de/rest/v1/"
    -H "apikey: [apikey]"
    -H "Accept-Profile: icp_download"

Note: Replace [APIKEY] with your actual API key.