Skip to content
kluknowledgecube edited this page Aug 5, 2024 · 15 revisions

Important

The new huslejenaevn.dk, including GraphQL API, will be released in late 2024 and will only then be accessible for external parties.

Huslejenaevn.dk and GraphQL API

Huslejenaevn.dk uses GraphQL as a query language for the API exposing resources in regards to level of rents (da: huslejeniveauer) and formal decisions (da: afgørelser) made by the Rent boards (da: huslejenævn) and Resident complaints boards (beboerklagenævn) in the municipalities of Denmark.

Anyone can request access to these resources as they are publicly available but requires an API key. Please contact naevn@sbst.dk for obtaining such an API key. You will need to provide contact information and your purpose of access to these resources.

The GraphQL API are available at:

https://gql.huslejenaevn.dk

For testing purposes you can use a GraphQL client such as:

The API key must be provided as a HTTP Header named: "X-API-KEY".

Clone this wiki locally