Product Tour

See what LandLens™ can do

A walkthrough of the planning constraint map and developer API — the two core tools that give property professionals instant access to planning intelligence for any UK postcode.

The Constraint Map

Interactive planning intelligence for any UK postcode

LandLens constraint map showing planning data overlays on an interactive UK map

What it does

The constraint map is the heart of LandLens. Enter any UK postcode and instantly see every planning constraint that affects that site — flood zones, conservation areas, green belt, listed buildings, Article 4 directions, brownfield designations, and more. All data is sourced live from official government APIs, not cached downloads.

Each constraint layer renders as a colour-coded polygon overlay on the map, with a structured results panel showing what applies, what doesn’t, and the source of every data point. You can toggle layers individually, adjust the map view, and export the entire assessment as a branded PDF.

How it works

1

Enter a postcode

Type any UK postcode into the search bar. The map centres on the location instantly.

2

Toggle data layers

Switch on the layers you need — flood zones, conservation areas, green belt, listed buildings, and more. Each layer renders as a colour-coded overlay.

3

Review constraints

The constraint panel shows every active designation for that location — with source data, distances, and severity ratings.

4

Export a report

Download a branded PDF site report with all constraints, map screenshot, and data citations — ready to attach to a client email or board pack.

LandLens data layers stacking over a UK map showing flood zones, conservation areas, green belt, listed buildings and Article 4 directions

14 data layers included

Conservation Areas
Boundaries from planning.data.gov.uk with Article 4 cross-referencing
Flood Zones 2 & 3
Environment Agency Flood Map for Planning — true point-in-polygon verification
Green Belt
Official green belt boundaries from government open data
Listed Buildings
Historic England register with Grade I, II*, and II designations plus 150m buffer
Article 4 Directions
Areas where permitted development rights have been removed
National Parks & AONBs
Protected landscape designations across England
Brownfield Land
Brownfield site registers from all 379 English LPAs
SSSIs
Sites of Special Scientific Interest from Natural England
Tree Preservation Orders
Protected trees and woodland areas
Land Parcels (INSPIRE)
HM Land Registry INSPIRE polygons showing registered land boundaries
EPC Certificates
Energy Performance Certificate data for nearby properties
Price Paid Data
HM Land Registry transaction records with price per square foot
Planning Applications
Recent planning decisions and pending applications from PlanIt API
OS Premium Mapping
Ordnance Survey premium basemaps with detailed topographic data

The old way vs LandLens

Without LandLens

  • Open 6–8 separate government portals
  • Manually cross-reference each dataset
  • 30–45 minutes per site assessment
  • Risk of missing a constraint

With LandLens

  • One search, all 14 layers at once
  • Results in under 10 seconds
  • Exportable branded PDF report
  • Every data source cited

The Developer API

Programmatic access to UK planning data via REST endpoints

LandLens API documentation showing endpoint definitions and JSON response examples

What it does

The LandLens REST API gives you programmatic access to every dataset available on the platform. Query planning constraints, flood zones, EPC data, price paid records, corporate ownership, and planning applications — all authenticated with dedicated API keys, rate-limited per key, with full usage analytics in your admin dashboard.

Build integrations into your existing tools, automate portfolio screening, power internal dashboards, or feed constraint data into your own site appraisal workflows. Every response returns structured JSON with full data provenance.

Dedicated API Keys

Each team gets unique keys with independent rate limits and usage tracking.

Real-Time Data

Every response queries live government APIs — no stale cached datasets.

Usage Analytics

Full dashboard showing call volumes, response times, and error rates.

LandLens API integration flow showing request, authentication, and JSON response

Available endpoints

GET
/api/constraints

Returns all planning constraints for a given postcode across 14+ data layers

GET
/api/land-registry

Price paid transactions with optional £/sqft comparables

GET
/api/epc

Energy Performance Certificate data for properties near a postcode

GET
/api/planning-applications

Planning applications, decisions, and appeals near a location

GET
/api/corporate-ownership

Companies House cross-referenced with Land Registry title data

POST
/api/ai-query

Natural language query engine — ask any planning question in plain English

POST
/api/bulk-search

Submit up to 50 postcodes for batch constraint analysis

Sample response

GET /api/constraints?postcode=SW1A+1AA
{
  "postcode": "SW1A 1AA",
  "coordinates": { "lat": 51.5014, "lng": -0.1419 },
  "constraints": {
    "conservation_area": {
      "present": true,
      "name": "Westminster Abbey & Parliament Square",
      "reference": "CA-WCC-001"
    },
    "flood_zone": { "zone": "Zone 1", "risk": "Low" },
    "listed_building": {
      "present": true,
      "grade": "Grade I",
      "distance_m": 12
    },
    "green_belt": false,
    "article_4": true,
    "aonb": false,
    "national_park": false,
    "sssi": false
  },
  "layers_checked": 14,
  "timestamp": "2026-05-06T10:30:00Z"
}

Rate limits

Explorer
Professional
Enterprise
1,000/day
Custom
Unlimited

API access is available on Enterprise plans. Contact sales for custom volume pricing.

Ready to try it?

Start your free 7-day trial — no card required. Search any UK postcode and see every planning constraint in seconds.