Skip to content

Dossier Regulations

GET /regulations/<dossier_id>

Will retrieve the rent regulations applicable to the given dossier if there are any in the area. This endpoint is only available in FR

Request#

curl 'https://api.pricehubble.com/api/v1/regulations/2681ea65-72e0-422b-93c9-63fd10ecb982' \
  -H 'Content-Type: application/json' \
  -H 'Authorization: Bearer 74126eab0a9048d993bda4b1b55ae074'

Response#

Example response#

{
    "rentRegulation": {
        "referenceRent": 27.3,
        "increasedReferenceRent": 32.76,
        "reducedReferenceRent": 19.11
    }
}

Response fields#

Field Description Type Remarks
rentRegulation The rent regulations in the area of the given dossier Object
rentRegulation.referenceRent The reference net rent in the area of the given dossier float Expressed in EUR
rentRegulation.increasedReferenceRent The reference net rent ceiling in the area of the given dossier float Expressed in EUR
rentRegulation.reducedReferenceRent The reference net rent floor in the area of the given dossier float Expressed in EUR