Skip to content

CHR (Centrale Husdyrbrugsregister)

CHR stands for 'Centrale Husdyrbrugsregister' and contains information about livestock for properties. With CHR Data you will be able to see amount of type of livestock at a given property, as well as any veterinarian events that property has had, such as checks for salmonella.

This API requires the 'Ejendomme' module

Contact Lasso at contact@lassox.com or +45 7174 7812 for information

Retrieve By CVR

When retrieving by CVR, you will receive a list of all properties that the CVR has livestock on including the livestock information. Include the onlyCurrent=false parameter to also retrieve historic livestock.

GET api.lassox.com/data/CHR/livestock/22222222?onlyCurrent=true

Retrieve By CHR Id

When retrieving by CHR Id, you will receive a specific property with attached livestock information. Include the onlyCurrent=false parameter to also retrieve historic livestock.

GET api.lassox.com/data/CHR/property/111111?onlyCurrent=true

Retrieve By Address

When retrieving by Streetname, number and postalCode, you will receive a specific property with attached livestock information. Include the onlyCurrent=false parameter to also retrieve historic livestock.

GET api.lassox.com/data/CHR/property/search?address=Mulevænget 1&postalCode=1111&onlyCurrent=true