
Test the PropEco API
Use the form below to generate a live response from one of our API endpoints.
Property Data API
Property in England
const results = await fetch(
"https://api.propeco.io/properties?uprn=34076006",
{
headers: {
"x-api-key": API_KEY
},
});
const data = await results.json();