Skip to content
michaelrangstrup edited this page Mar 22, 2024 · 52 revisions

Purpose and Reading Guide

DKJord collects and distributes information about soil contamination in Denmark. The information is retrieved from Denmark's 5 regions, who collect the original data, and is distributed both via individual parcel reports as well as by exposing a REST endpoint, where stakeholders can retrieve data. Besides the REST endpoint, DKJord also offers a simple web site where users can see the soil contamination report for any Parcel in Denmark. Click here to read more. Status declarations from locations are further presented via Danmark Arealinformation. To read more on how this data is transferred, please click here.

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 REST https://jord-api.udv.miljoeportal.dk/
UDV Swagger https://jord-api.udv.miljoeportal.dk/swagger/
UDV API Document https://jord-api.udv.miljoeportal.dk/openapi
UDV Report https://jord-report.udv.miljoeportal.dk/
UDV Geoserver WMS https://b0501-udv-arldgeo-app.azurewebsites.net/geoserver/ows?service=wms&version=1.3.0&request=GetCapabilities
UDV Geoserver WFS https://b0501-udv-arldgeo-app.azurewebsites.net/geoserver/ows?service=wfs&version=1.3.0&request=GetCapabilities
UDV Public Parcel API https://jord-public-api.udv.miljoeportal.dk/
UDV Admin Site https://admindkjord.udv.miljoeportal.dk/
TEST REST https://jord-api.test.miljoeportal.dk/
TEST Swagger https://jord-api.test.miljoeportal.dk/swagger/
TEST API Document https://jord-api.test.miljoeportal.dk/openapi
TEST Report https://jord-report.test.miljoeportal.dk/
TEST Geoserver WMS https://b0501-test-arldgeo-app.azurewebsites.net/geoserver/ows?service=wms&version=1.3.0&request=GetCapabilities
TEST Geoserver WFS https://b0501-test-arldgeo-app.azurewebsites.net/geoserver/ows?service=wfs&version=1.3.0&request=GetCapabilities
TEST Public Parcel API https://jord-public-api.test.miljoeportal.dk/
TEST Admin Site https://admindkjord.test.miljoeportal.dk/
DEMO REST https://jord-api.demo.miljoeportal.dk/
DEMO Swagger https://jord-api.demo.miljoeportal.dk/swagger/
DEMO API Document https://jord-api.demo.miljoeportal.dk/openapi
DEMO Report https://jord-report.demo.miljoeportal.dk/
DEMO Geoserver WMS https://b0501-demo-arldgeo-app.azurewebsites.net/geoserver/ows?service=wms&version=1.3.0&request=GetCapabilities
DEMO Geoserver WFS https://b0501-demo-arldgeo-app.azurewebsites.net/geoserver/ows?service=wfs&version=1.3.0&request=GetCapabilities
DEMO Public Parcel API https://jord-public-api.demo.miljoeportal.dk/
DEMO Admin Site https://admindkjord.demo.miljoeportal.dk/
PROD REST https://jord-api.miljoeportal.dk/
PROD Swagger https://jord-api.miljoeportal.dk/swagger/
PROD API Document https://jord-api.miljoeportal.dk/openapi
PROD Report https://jord-report.miljoeportal.dk/
PROD Geoserver WMS https://b0501-prod-arldgeo-app.azurewebsites.net/geoserver/ows?service=wms&version=1.3.0&request=GetCapabilities
PROD Geoserver WFS https://b0501-prod-arldgeo-app.azurewebsites.net/geoserver/ows?service=wfs&version=1.3.0&request=GetCapabilities
PROD Public Parcel API https://jord-public-api.miljoeportal.dk/
PROD Admin Site https://admindkjord.miljoeportal.dk/

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 how to use the public API to get parcels, 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.

If you need help to get started using the REST API you can download the sample app from here.

For a general overview of what the different error messages mean you can click here.