Page cover

Woonlasten API

get

Indicates the housing costs that apply per municipality.

Authorizations
Query parameters
postalCodestringRequired

Zipcode

Example: 1251NJ
houseNumberintegerRequired

House number

Example: 22
houseLetterstringOptional

House letter

houseNumberExtstringOptional

House number extention

Responses
200

LocalTaxEnergyResponse

application/json
get
GET /v1/local-tax-energy-expenses?postalCode=1251NJ&houseNumber=22 HTTP/1.1
Host: api.matrixian.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "statusCode": 200,
  "headers": {
    "Content-Type": "application/json"
  },
  "isBase64Encoded": false,
  "body": {
    "id": "string",
    "params": {
      "postalCode": "1251NJ",
      "houseNumber": "22"
    },
    "data": {
      "inputPostcode": "1251NJ",
      "inputHouseNumber": 22,
      "inputHouseNumberExt": "text",
      "municipalTaxes": {
        "fees": {
          "driversLicence": {
            "mutation": 5.5,
            "euro": 123,
            "comment": "text"
          },
          "passport": {
            "mutation": 5.5,
            "euro": 123,
            "comment": "text"
          },
          "identityCard": {
            "mutation": 5.5,
            "euro": 123,
            "comment": "text"
          },
          "extractMunicipalPersonalRecordsDatabase": {
            "mutation": 5.5,
            "euro": 123,
            "comment": "text"
          }
        },
        "touristTax": {
          "mutation": 5.5,
          "euro": 123,
          "comment": "text"
        },
        "wasteCollectionCharge": {
          "multiPersonHousehold": {
            "mutation": 5.5,
            "euro": 123,
            "comment": "text"
          },
          "singlePersonHousehold": {
            "mutation": 5.5,
            "euro": 123,
            "comment": "text"
          }
        },
        "environmentalPermit": {
          "houseExtension": {
            "mutation": 5.5,
            "euro": 123,
            "comment": "text"
          },
          "newConstruction": {
            "mutation": 5.5,
            "euro": 123,
            "comment": "text"
          },
          "dormer": {
            "mutation": 5.5,
            "euro": 123,
            "comment": "text"
          }
        },
        "sewerCharge": {
          "households": {
            "multiPersonHousehold": {
              "mutation": 5.5,
              "euro": 123,
              "comment": "text"
            },
            "singlePersonHousehold": {
              "mutation": 5.5,
              "euro": 123,
              "comment": "text"
            }
          },
          "businesses": {
            "waterConsumptionInCubicMeter": {
              "ANY_ADDITIONAL_PROPERTY": {
                "mutation": 5.5,
                "euro": 123,
                "comment": "text"
              }
            }
          }
        },
        "parkingTax": 123,
        "housingCosts": {
          "housingCosts": {
            "multiPersonHousehold": {
              "mutation": 5.5,
              "euro": 123,
              "comment": "text"
            },
            "singlePersonHousehold": {
              "mutation": 5.5,
              "euro": 123,
              "comment": "text"
            }
          },
          "taxCredit": {
            "multiPersonHousehold": 0.25,
            "singlePersonHousehold": 0.25
          }
        },
        "propertyTax": {
          "rate": {
            "residential": {
              "mutation": 5.5,
              "percentage": 0.25,
              "comment": "text"
            },
            "nonresidential": {
              "mutation": 5.5,
              "percentage": 0.25,
              "comment": "text"
            }
          },
          "residentialAverage": {
            "mutation": 5.5,
            "euro": 123,
            "comment": "text"
          }
        },
        "dogTax": {
          "mutation": 5.5,
          "euro": 123,
          "comment": "text"
        }
      },
      "municipalityCode": 417,
      "utilities": {
        "naturalGasUsageInCubicMeter": {
          "apartment": 0.25,
          "average": 0.25,
          "cornerHouse": 0.25,
          "detachedHouse": 0.25,
          "ownedHomes": 0.25,
          "rentalHomes": 0.25,
          "semidetachedHouse": 0.25,
          "terracedHouse": 0.25
        },
        "elektricityUsageKwh": {
          "apartment": 0.25,
          "average": 0.25,
          "cornerHouse": 0.25,
          "detachedHouse": 0.25,
          "ownedHomes": 0.25,
          "rentalHomes": 0.25,
          "semidetachedHouse": 0.25,
          "terracedHouse": 0.25
        },
        "percentageDistrictHeating": {
          "apartment": 0.25,
          "average": 0.25,
          "cornerHouse": 0.25,
          "detachedHouse": 0.25,
          "ownedHomes": 0.25,
          "rentalHomes": 0.25,
          "semidetachedHouse": 0.25,
          "terracedHouse": 0.25
        }
      },
      "municipalityName": "Laren (NH.)"
    },
    "error": {},
    "meta": {},
    "status": "success"
  }
}

Last updated