Brief description
This API accesses QLD Government's MapsOnline service that integrates, summarises, presents and delivers spatially-referenced information as map and report products. Responses are returned via the specified email address once processed. There are supporting functions that retrieve the available report and feature types.The primary **request report** function has separate GET and POST end points:
**GET or POST**
https://mapsonline.information.qld.gov.au/service/environment/resource/MapsOnline/1/http/rest/request
** Parameters:**
- **reportType**: any type in [getReportTypes](https://mapsonline.information.qld.gov.au/service/environment/resource/MapsOnline/1/http/rest/getReportTypes)
- **featureType**: any type in [getFeatureTypes](https://mapsonline.information.qld.gov.au/service/environment/resource/MapsOnline/1/http/rest/getFeatureTypes)
- **features**: any valid feature, e.g. a coordinate as -27,150, a lot plan as 1,RP1 or GeoJson. Geometries must fall within Queensland and have a total bounding box of less than 200,000km2. Multiple pipe seperated features can be included in a single request, e.g. -27,150|-26,149|-23,148
- **emailAddress**: any valid email address
- **customerReference**: (optional) - include your own file reference
**Example Valid Request**
https://mapsonline.information.qld.gov.au/service/environment/resource/MapsOnline/1/http/rest/request?reportType=VEG1L&featureType=LotPLan&features=1,RP1&emailAddress=OpenData@example.com
\t{
\t\tmessage: "Report Requested",
\t\tmessage_code: "success",
\t\toutput: [ ],
\t\tstatus: 200,
\t\tsuccess: true
\t}
**Example Invalid Request**
https://mapsonline.information.qld.gov.au/service/environment/resource/MapsOnline/1/http/rest/request?reportType=VEG1C&featureType=coord&features=160,-27&emailAddress=OpenData@example.com
\t{
\t\tmessage: "Report request failed",
\t\tmessage_code: "input_validation",
\t\toutput: [
\t\t\t"Coordinates outside of Queensland"
\t\t],
\t\tstatus: 200,
\t\tsuccess: false
\t}
[BioMaps](https://qldspatial.information.qld.gov.au/biomaps/index.html) and [WetlandMaps](http://www.ehp.qld.gov.au/wetlandmaps/) provide map interfaces to request some reports available in this API
Full description
Request Report (GET)Request Report (POST)
Get Report Types
Get Feature Types
Subjects
Agricultural |
Biodiversity |
Climate |
Coastal |
Crop |
Ecology |
Environment |
Fauna |
Flora |
GovHack 2019 |
Koala |
Mining |
Planning |
Species |
Vegetation |
api |
User Contributed Tags
Login to tag this record with meaningful keywords to make it easier to discover
Identifiers
- URI : data.qld.gov.au/dataset/mapsonline-api
- Local : e36f6da4-0972-43f8-a102-618996da0227