Wimmera CMA Search API

ARCHIVED

Created 01/05/2018

Updated 12/03/2025

Search API for looking up addresses and roads within the catchment. The api can search for both address and road, or either. This dataset is updated weekly from VicMap Roads and Addresses, sourced via www.data.vic.gov.au.

Use

The Search API uses a data.gov.au datastore and allows a user to take full advantage of full test search functionality.

An sql attribute is passed to the URL to define the query against the API. Please note that the attribute must be URL encoded. The sql statement takes for form as below:

SELECT distinct display, x, y FROM "4bf30358-6dc6-412c-91ee-a6f15aaee62a" WHERE _full_text @@ to_tsquery(replace('[term]', ' ', ' %26 ')) LIMIT 10

The above will select the top 10 results from the API matching the input 'term', and return the display name as well as an x and y coordinate.

The full URL for the above query would be:

https://data.gov.au/api/3/action/datastore_search_sql?sql=SELECT display, x, y FROM "4bf30358-6dc6-412c-91ee-a6f15aaee62a" WHERE _full_text @@ to_tsquery(replace('[term]', ' ', ' %26 ')) LIMIT 10)

Fields

Any field in the source dataset can be returned via the API. Display, x and y are used in the example above, but any other field can be returned by altering the select component of the sql statement. See examples below.

Filters

Search data sources and LGA can also be used to filter results. When not using a filter, the API defaults to using all records. See examples below.

Source Dataset

A filter can be applied to select for a particular source dataset using the 'src' field. The currently available datasets are as follows:

  • 1 for Roads
  • 2 for Address
  • 3 for Localities
  • 4 for Parcels (CREF and SPI)
  • 5 for Localities (Propnum)

Local Government Area

Filters can be applied to select for a specific local government area using the 'lga_code' field. LGA codes are derrived from Vicmap LGA datasets. Wimmeras LGAs include:

  • 332 Horsham Rural City Council
  • 330 Hindmarsh Shire Council
  • 357 Northern Grampians Shire Council
  • 371 West Wimmera Shire Council
  • 378 Yarriambiack Shire Council

Examples

Search for the top 10 addresses and roads with the word 'darlot' in their names:

SELECT distinct display, x, y FROM "4bf30358-6dc6-412c-91ee-a6f15aaee62a" WHERE _full_text @@ to_tsquery(replace('darlot', ' ', ' & ')) LIMIT 10) example

Search for all roads with the word 'perkins' in their names:

SELECT distinct display, x, y FROM "4bf30358-6dc6-412c-91ee-a6f15aaee62a" WHERE _full_text @@ to_tsquery(replace('perkins', ' ', ' %26 ')) AND src=1 example

Search for all addresses with the word 'kalimna' in their names, within Horsham Rural City Council:

SELECT distinct display, x, y FROM "4bf30358-6dc6-412c-91ee-a6f15aaee62a" WHERE _full_text @@ to_tsquery(replace('kalimna', ' ', ' %26 ')) AND src=2 and lga_code=332 example

Search for the top 10 addresses and roads with the word 'green' in their names, returning just their display name, locality, x and y:

SELECT distinct display, locality, x, y FROM "4bf30358-6dc6-412c-91ee-a6f15aaee62a" WHERE _full_text @@ to_tsquery(replace('green', ' ', ' %26 ')) LIMIT 10 example

Search all addresses in Hindmarsh Shire:

SELECT distinct display, locality, x, y FROM "4bf30358-6dc6-412c-91ee-a6f15aaee62a" WHERE lga_code=330 example

Files and APIs

Tags

Additional Info

Field Value
Title Wimmera CMA Search API
Language English
Licence Creative Commons Attribution 2.5 Australia
Landing Page https://devweb.dga.links.com.au/data/dataset/07b8a89d-c5d0-45b9-a86d-eb9c96570c6f
Contact Point
Wimmera CMA
gis@wcma.vic.gov.au
Reference Period 01/09/2018
Geospatial Coverage http://services.land.vic.gov.au/catalogue/publicproxy/guest/dv_geoserver/datavic/wfs?SERVICE=WFS&VERSION=1.0.0&REQUEST=GetFeature&TYPENAME=datavic:CATCHMENTS_CMA100&SRSNAME=EPSG:4283&cql_filter=CMA_NO=2
Data Portal data.gov.au

Data Source

This dataset was originally found on data.gov.au "Wimmera CMA Search API". Please visit the source to access the original metadata of the dataset:
https://devweb.dga.links.com.au/data/dataset/wimmera-cma-search-api

  • ARCHIVED

    Wimmera CMA Search API

    Wimmera CMA

    Search API for looking up addresses and roads within the catchment. The api can search for both address and road, or either. This dataset is updated weekly from VicMap Roads and...

    Dataset updated: 12/03/2025

No duplicate datasets found.