Get the Data — API
Planning application data is available programmatically. Details of the API are listed below.
Non–commercial, low–volume use of this service is free. Read more.
All the API calls listed below return planning application sorted by the date they were scraped from the planning authority website with the most recent listed first.
The API can return different formats including GeoRSS, JSON and JSONP. The examples below return JSON. To get GeoRSS instead simply replace ".js" in the URL with ".rss". To get JSONP add the query parameter "callback".
To use the API you will need an API key which you get automatically when you register for an account or sign in to your existing account. (Note that this is different than having signed up for an email alert). Once you've done that, return to this page and the API examples below will contain your API key.
API documentation
Single Location by address
Return applications near a given street address. The area included is a circle with a radius of the given size (in metres) with the address at its center. Suggested sizes are 400, 800 or 4000 metres.
https://api.planningalerts.org.au/applications.js?address=[address]&key=[key]&radius=[distance_in_metres]
Single Location by longitude/latitude
Return applications near a given longitude/latitude. The area included is a circle with a radius of the given size (in metres) with the longitude/latitude at its center. Suggested sizes are 400, 800 or 4000 metres.
https://api.planningalerts.org.au/applications.js?key=[key]&lat=[latitude]&lng=[longitude]&radius=[distance_in_metres]
Area by longitude/latitude
Return applications within a rectangle defined by longitude/latitude.
https://api.planningalerts.org.au/applications.js?bottom_left_lat=[latitude]&bottom_left_lng=[longitude]&key=[key]&top_right_lat=[latitude]&top_right_lng=[longitude]
Planning authority
Return applications for a specific planning authority (e.g. a local council) by authority short name. To discover the authority short name to use here, find the planning authority on the list of authorities and follow the link. The url has the authority short name in it.
https://api.planningalerts.org.au/authorities/[name]/applications.js?key=[key]
Postcode
Return applications for a specific postcode area
https://api.planningalerts.org.au/applications.js?key=[key]&postcode=[postcode]
Suburb
Return applications in a suburb. Including “state” and “postcode” in the search is optional.
https://api.planningalerts.org.au/applications.js?key=[key]&postcode=[postcode]&state=[state]&suburb=[suburb]
Extra query parameters
There are several parameters that can be applied to each of the above queries for extra usefulness.
page
API calls return a maximum of 100 results. To retrieve more results simply do another request with page set to 2, 3, etc… Not setting the page parameter is the same as requesting page 1.
https://api.planningalerts.org.au/applications.js?page=2&postcode=2780
count
API calls by default return a maximum of 100 results. To return less than that per page simply set the count parameter to the maximum number you want to return.
https://api.planningalerts.org.au/applications.js?count=10&postcode=2780
style
For georss, by setting “style” to “html” it will return an html formatted description in the georss feed rather than the default plain text. This is especially useful when a georss feed is embedded in a map as in some of the examples above.
https://api.planningalerts.org.au/applications.rss?postcode=2780&style=html
callback
To return JSONP, set “callback” to the name of your javascript callback function.
https://api.planningalerts.org.au/applications.js?callback=my_callback&postcode=2780
Usage & License
Data is licensed under the Creative Commons Attribution–Share Alike 3.0 license.
Low volume, non–commercial use of the API service is free. We ask that personal and non–profit use of this service attribute the OpenAustralia Foundation on your website or application.
Standard agreements for commercial use are at oaf.org.au/standard-agreements/planningalerts-commercial.. Please contact us for commercial use. Commercial users may include Real Estate Agencies, Architects, Planners or Builders.
Also, please get in touch if you intend to use the service on a large scale. In order to maintain quality of service for our API users, this service is rate limited by default to approximately 1000 requests per day.
We offer a range of paid options, from rate–limited to unlimited use of this service.