Skip to content
Geo Hound
ESRI MapServerData directory

AdministrativeBoundaries

Published by spatial-gis.information.qld.gov.au

Administrative boundaries from state to land parcel level for Queensland

Queensland, Australiaboundaries
Extent not published by this service

Service facts

Endpoint
https://spatial-gis.information.qld.gov.au/arcgis/rest/services/Boundaries/AdministrativeBoundaries/MapServer
Type
ESRI MapServer
Layers
13
Formats
PNG32, PNG24, PNG, JPG, DIB, TIFF, EMF, PS, PDF, GIF, SVG, SVGZ, BMP
CRS
EPSG:102100
CORS
Enabled
Response time
268 ms at last check
Last verified
2026-07-24
Discovered
1 time by Geo Hound users

Layers

IdLayerGeometryFeatures
50State border
14 fields
NameAliasType
objectidOBJECTIDesriFieldTypeOID
feature_typeFeature TypeesriFieldTypeString
attribute_sourceAttribute SourceesriFieldTypeString
attribute_dateAttribute DateesriFieldTypeDate
feature_sourceFeature SourceesriFieldTypeString
feature_dateFeature DateesriFieldTypeDate
pfiPFIesriFieldTypeString
ufiUFIesriFieldTypeString
dimension_mDimension (m)esriFieldTypeDouble
upper_scaleUpper ScaleesriFieldTypeInteger
text_noteText NoteesriFieldTypeString
add_informationAdditional InformationesriFieldTypeString
shapeSHAPEesriFieldTypeGeometry
st_length(shape)st_length(shape)esriFieldTypeDouble
line
1Local government
6 fields
NameAliasType
objectidOBJECTIDesriFieldTypeOID
lgaNameesriFieldTypeString
abbrev_nameName abbreviatedesriFieldTypeString
lga_codeLocal government area codeesriFieldTypeString
ca_area_sqkmArea sq kmesriFieldTypeDouble
shapeSHAPEesriFieldTypeGeometry
polygon
2Locality
6 fields
NameAliasType
objectidOBJECTIDesriFieldTypeOID
localityNameesriFieldTypeString
loc_codeLocality codeesriFieldTypeString
lgaLocal government areaesriFieldTypeString
ca_area_sqkmArea sq kmesriFieldTypeDouble
shapeSHAPEesriFieldTypeGeometry
polygon
3Postcode
5 fields
NameAliasType
objectidOBJECTIDesriFieldTypeOID
pc_pidPostcode IDesriFieldTypeString
shapeShapeesriFieldTypeGeometry
st_area(shape)st_area(shape)esriFieldTypeDouble
st_perimeter(shape)st_perimeter(shape)esriFieldTypeDouble
polygon
4Federal electorate
5 fields
NameAliasType
objectidOBJECTIDesriFieldTypeOID
shapeShapeesriFieldTypeGeometry
elect_divNameesriFieldTypeString
div_numberDivision numberesriFieldTypeDouble
area_sqkmArea SqKmesriFieldTypeDouble
polygon
10State electorate boundaries
5State electorate
5 fields
NameAliasType
adminareanameNameesriFieldTypeString
idECQ IdesriFieldTypeString
date_effectiveDate effectiveesriFieldTypeDate
objectidOBJECTIDesriFieldTypeOID
shapeShapeesriFieldTypeGeometry
polygon
9State electorate future
5 fields
NameAliasType
adminareanameNameesriFieldTypeString
idECQ IdesriFieldTypeString
date_effectiveDate effectiveesriFieldTypeDate
objectidOBJECTIDesriFieldTypeOID
shapeShapeesriFieldTypeGeometry
polygon
6Local government divisions and wards
7Local government division
7 fields
NameAliasType
elect_divDivisionesriFieldTypeString
div_nameDivision nameesriFieldTypeString
lgaLocal governmentesriFieldTypeString
elect_yrElection yearesriFieldTypeSmallInteger
actLegislationesriFieldTypeString
objectidObject IDesriFieldTypeOID
shapeShapeesriFieldTypeGeometry
polygon
11Local government division - superseded
7 fields
NameAliasType
elect_divDivisionesriFieldTypeString
div_nameDivision nameesriFieldTypeString
lgaLocal governmentesriFieldTypeString
elect_yrElection yearesriFieldTypeSmallInteger
actLegislationesriFieldTypeString
objectidObject IDesriFieldTypeOID
shapeShapeesriFieldTypeGeometry
polygon
8Brisbane City Council ward
6 fields
NameAliasType
ward_nameWard nameesriFieldTypeString
lgaLocal governmentesriFieldTypeString
elect_yrElection yearesriFieldTypeSmallInteger
actLegislationesriFieldTypeString
objectidObject IDesriFieldTypeOID
shapeShapeesriFieldTypeGeometry
polygon
12Brisbane City Council ward - superseded
6 fields
NameAliasType
ward_nameWard nameesriFieldTypeString
lgaLocal governmentesriFieldTypeString
elect_yrElection yearesriFieldTypeSmallInteger
actLegislationesriFieldTypeString
objectidObject IDesriFieldTypeOID
shapeShapeesriFieldTypeGeometry
polygon

Use this service

QGIS
Layer > Add Layer > Add ArcGIS REST Server Layer > New
Name: AdministrativeBoundaries
URL: https://spatial-gis.information.qld.gov.au/arcgis/rest/services/Boundaries/AdministrativeBoundaries/MapServer
ArcGIS Pro
Insert > Connections > Server > New ArcGIS Server
Server URL: https://spatial-gis.information.qld.gov.au/arcgis/rest/services/Boundaries/AdministrativeBoundaries/MapServer
Leaflet
fetch('https://spatial-gis.information.qld.gov.au/arcgis/rest/services/Boundaries/AdministrativeBoundaries/MapServer/50/query?where=1%3D1&outFields=*&f=geojson')
  .then((r) => r.json())
  .then((geojson) => L.geoJSON(geojson).addTo(map));
Python
import geopandas as gpd
gdf = gpd.read_file(
    'https://spatial-gis.information.qld.gov.au/arcgis/rest/services/Boundaries/AdministrativeBoundaries/MapServer/50/query?where=1%3D1&outFields=*&f=geojson'
)

Related services

This service was found in the wild by Geo Hound users while browsing the web.

Add to Chrome
Report an issue with this listing