{include file="header.tpl"}

PlanningAlerts.com API

Planning application data is available programmatically as GeoRSS feeds. GeoRSS can be used in most all web mapping APIs and desktop GIS software, and in services like mapufacture and Yahoo Pipes.

Construct an api request as follows. Either lat/lng or postcode is required. area_size is always required.

http://www.planningalerts.com/api.php?
 lat=[some latitude]
 &lng=[some longitude]
 &postcode=[some postcode]
 &area_size=['s' 'm' or 'l']

an example query

{include file="footer.tpl"}