Home - danmarksmiljoeportal/natur GitHub Wiki

Purpose and Reading Guide

Natur (a.k.a. "Naturdatabasen") collects and distributes information about nature observations and occurrences in Denmark. The information is retrieved from a variety of stakeholders including Miljøstyrelsen, the municipalities, private companies, and many others. Besides a REST service endpoint and a Geoserver, Naturdatabasen also offers a web site where users can analyze the collected data. Click here to try it out.

The REST API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

You can learn more about using the REST service via Swagger or OpenAPI. You can find links to these below.

Environment Type Endpoint
UDV Naturdatabasen web site https://naturdatabasen.udv.miljoeportal.dk/
UDV Naturdata web site https://naturdata.udv.miljoeportal.dk/
UDV Admin web site https://dmpadmin-natur.udv.miljoeportal.dk/Program
UDV Swagger https://nature-api.udv.miljoeportal.dk/swagger/index.html
UDV API Document https://nature-api.udv.miljoeportal.dk/openapi/
UDV Report https://naturereport.udv.miljoeportal.dk/
UDV Geoserver WFS/WMS https://naturdatabasen.udv.miljoeportal.dk/dist/geo/
TEST Naturdatabasen web site https://naturdatabasen.test.miljoeportal.dk/
TEST Naturdata web site https://naturdata.test.miljoeportal.dk/
TEST Admin https://dmpadmin-natur.test.miljoeportal.dk/Program
TEST Swagger https://nature-api.test.miljoeportal.dk/swagger/index.html
TEST API Document https://nature-api.test.miljoeportal.dk/openapi/
TEST Report https://naturereport.test.miljoeportal.dk/
TEST Geoserver WFS/WMS https://naturdatabasen.test.miljoeportal.dk/dist/geo/
DEMO Naturdatabasen web site https://naturdatabasen.demo.miljoeportal.dk/
DEMO Naturdata web site https://naturdata.demo.miljoeportal.dk/
DEMO Admin https://dmpadmin-natur.demo.miljoeportal.dk/Program
DEMO Swagger https://nature-api.demo.miljoeportal.dk/swagger/index.html
DEMO API Document https://nature-api.demo.miljoeportal.dk/openapi/
DEMO Report https://naturereport.demo.miljoeportal.dk/
DEMO Geoserver WFS/WMS https://naturdatabasen.demo.miljoeportal.dk/dist/geo/
PROD Naturdatabasen web site https://naturdatabasen.miljoeportal.dk/
PROD Naturdata web site https://naturdata.miljoeportal.dk/
PROD Admin https://dmpadmin-natur.miljoeportal.dk/Program
PROD Swagger https://nature-api.miljoeportal.dk/swagger/index.html
PROD API Document https://nature-api.miljoeportal.dk/openapi/
PROD Report https://naturereport.miljoeportal.dk/
PROD Geoserver WFS/WMS https://naturdatabasen.miljoeportal.dk/dist/geo/

If you need information on how to use Swagger, we have added a small guideline here.

If you need information on how to get authorized for using the REST endpoint, please click here.

If you need information on the necessary roles and rights in order to use methods in the REST service, please click here.