Home - danmarksmiljoeportal/DkJord GitHub Wiki

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.

UDV

Environment Type Endpoint
UDV REST https://jord.udv.miljoeportal.dk/api
UDV Swagger https://jord.udv.miljoeportal.dk/api/swagger/
UDV Report https://jord.udv.miljoeportal.dk/report
UDV Geoserver WMS https://jord.udv.miljoeportal.dk/geo/ows?service=wms&version=1.3.0&request=GetCapabilities
UDV Geoserver WFS https://jord.udv.miljoeportal.dk/geo/ows?service=wfs&version=1.3.0&request=GetCapabilities
UDV Public API https://jord.udv.miljoeportal.dk/public/api/
UDV Admin Site https://admindkjord.udv.miljoeportal.dk/

TEST

Environment Type Endpoint
TEST REST https://jord.test.miljoeportal.dk/api
TEST Swagger https://jord.test.miljoeportal.dk/api/swagger/
TEST Report https://jord.test.miljoeportal.dk/report
TEST Geoserver WMS https://jord.test.miljoeportal.dk/geo/ows?service=wms&version=1.3.0&request=GetCapabilities
TEST Geoserver WFS https://jord.test.miljoeportal.dk/geo/ows?service=wfs&version=1.3.0&request=GetCapabilities
TEST Public API https://jord.test.miljoeportal.dk/public/api/
TEST Admin Site https://admindkjord.test.miljoeportal.dk/

DEMO

Environment Type Endpoint
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 API https://jord-public-api.demo.miljoeportal.dk/
DEMO Admin Site https://admindkjord.demo.miljoeportal.dk/

PROD

Environment Type Endpoint
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 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.