Test the PropEco API

Use the form below to generate a live response from one of our API endpoints.

const results = await fetch( "https://api.propeco.io/properties?uprn=34076006", { headers: { "x-api-key": API_KEY }, }); const data = await results.json();
© 2026 PropEco. All rights reserved.www.propeco.io - info@propeco.io