Postcodewise API Documentation
Comprehensive REST API reference for UK postcode intelligence, property valuations, crime statistics, schools, demographics, spatial GIS nodes, and embeddable UI components.
API Overview
The Postcodewise REST API allows developers to retrieve full spatial intelligence, safety metrics, school ratings, transit connectivity, house price histories, census demographics, and OpenStreetMap spatial data for any location in the United Kingdom.
https://postcodewise.co.uk/api/v1Full Postcode Intelligence
Fetch complete 360° spatial intelligence for any UK postcode.
/api/v1/postcode/{postcode}/intelligenceReturns overall score, location geography, data quality breakdown, and detailed metrics across safety, schools, transport, housing, demographics, environment, connectivity, and lifestyle.
curl -X GET "https://postcodewise.co.uk/api/v1/postcode/SW1A1AA/intelligence" \
-H "X-API-Key: pk_live_demo9981a2b3c4d5e6" \
-H "Accept: application/json"Request Parameters Reference
| Parameter | Type | Required | Description |
|---|---|---|---|
| postcode | string | REQUIRED | Valid UK Postcode in standard or compact format (e.g., SW1A 1AA or SW1A1AA). |
| sections | string | OPTIONAL | Comma-separated section filter: safety, schools, transport, housing, demographics, environment, connectivity, lifestyle. |
| X-API-Key | header | REQUIRED | Your workspace developer API key. Issued via Settings > API Keys. |
Interactive Widget Studio
Customize and embed a live Postcodewise component directly into your web app with 1 line of HTML, React, or Vue code.
<iframe src="https://postcodewise.co.uk/widget/SW1A1AA?key=YOUR_API_KEY&theme=light&show=safety,schools,transport,connectivity&layout=detailed&accent=%234f46e5&radius=16px" width="100%" height="480" frameborder="0"></iframe>