Brief description
This API accesses QLD Government's MapsOnline automated reporting service for maps and reports. Spatially-referenced information for the nominated location is integrated, summarised, and delivered 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**
https://mapsonline.information.qld.gov.au/service/environment/resource/MapsOnline/1/http/rest/request
**POST**
https://mapsonline.information.qld.gov.au/service/environment/resource/MapsOnline/1/http/rest/requestPost
** 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=PP&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=PP&featureType=coord&features=150,-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 a report using GETRequest Report (POST) - Request a report using GET
Get Report Types - Gets a list of available report types and their accepted parameters
Get Feature Types - Get a list of available 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
- Local : mapsonline-api
- URI : data.qld.gov.au/{requires override}e36f6da4-0972-43f8-a102-618996da0227