Landgate WMS API

OGC Web Map Service 1.3.0

Operations 1

GET /{folder}/{service}/MapServer/WMSServer OGC WMS 1.3.0 endpoint (GetCapabilities / GetMap / GetFeatureInfo) #

Documentation

Specifications

Other Resources

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/landgate-wms-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

landgate-wms-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Landgate SLIP Public OGC Web Services ( / WFS) WMS API
  version: '1.0'
  summary: OpenAPI description of the anonymously callable OGC WMS 1.3.0 and WFS 2.0.0 endpoints fronting Landgate's SLIP public data.
  description: 'Landgate publishes no OpenAPI. This is an API Evangelist GENERATED OpenAPI description of

    the OGC web services that the SLIP public host answers anonymously. The authoritative

    machine-readable contract for these services remains the OGC GetCapabilities documents,

    which are saved verbatim in this repo as

    `openapi/landgate-slip-public-wms-capabilities.xml` (WMS 1.3.0, 56 layers) and

    `openapi/landgate-slip-public-wfs-capabilities.xml` (WFS 2.0.0, 38 feature types).


    OGC services multiplex every operation onto one endpoint via the `request` query

    parameter, so this document models one operation per service endpoint with `request`

    as an enum, rather than inventing paths the server does not have.


    All operations were probed live on 2026-07-26 and returned HTTP 200 anonymously

    (see `x-evidence`). Note that WFS lives on the `*_WFS` map services: a WFS

    GetCapabilities against the plain `Boundaries` service returns HTTP 400.

    '
  contact:
    name: Landgate Customer Service
    url: https://www.landgate.wa.gov.au/help-centre/
servers:
- url: https://public-services.slip.wa.gov.au/public/services
  description: SLIP public OGC services (anonymous)
- url: https://services.slip.wa.gov.au/public/services
  description: Alternate public host for the same services
tags:
- name: WMS
  description: OGC Web Map Service 1.3.0
paths:
  /{folder}/{service}/MapServer/WMSServer:
    get:
      operationId: slipWmsRequest
      tags:
      - WMS
      summary: OGC WMS 1.3.0 endpoint (GetCapabilities / GetMap / GetFeatureInfo)
      description: 'Single OGC WMS endpoint. `request=GetCapabilities` returns the WMS_Capabilities XML

        document; `request=GetMap` returns a rendered image.

        '
      x-evidence:
      - url: https://public-services.slip.wa.gov.au/public/services/SLIP_Public_Services/Boundaries/MapServer/WMSServer?request=GetCapabilities&service=WMS
        status: 200
        content_type: text/xml
        probed: '2026-07-26'
      - url: https://public-services.slip.wa.gov.au/public/services/SLIP_Public_Services/Boundaries/MapServer/WMSServer?service=WMS&version=1.3.0&request=GetMap&layers=0&styles=&crs=CRS:84&bbox=115,-32,116,-31&width=200&height=200&format=image/png
        status: 200
        content_type: image/png
        probed: '2026-07-26'
      parameters:
      - $ref: '#/components/parameters/Folder'
      - $ref: '#/components/parameters/Service'
      - name: service
        in: query
        required: true
        schema:
          type: string
          enum:
          - WMS
      - name: request
        in: query
        required: true
        schema:
          type: string
          enum:
          - GetCapabilities
          - GetMap
          - GetFeatureInfo
          - GetLegendGraphic
      - name: version
        in: query
        schema:
          type: string
          enum:
          - 1.1.1
          - 1.3.0
          default: 1.3.0
      - name: layers
        in: query
        description: Comma-separated layer names (GetMap / GetFeatureInfo).
        schema:
          type: string
      - name: styles
        in: query
        schema:
          type: string
      - name: crs
        in: query
        description: Coordinate reference system for WMS 1.3.0, e.g. `CRS:84`, `EPSG:4326`.
        schema:
          type: string
      - name: bbox
        in: query
        schema:
          type: string
      - name: width
        in: query
        schema:
          type: integer
      - name: height
        in: query
        schema:
          type: integer
      - name: format
        in: query
        schema:
          type: string
          example: image/png
      responses:
        '200':
          description: Capabilities XML, a rendered map image, or a feature-info document
          content:
            text/xml: {}
            image/png: {}
        '400':
          description: OGC ServiceExceptionReport (XML) or an ArcGIS Server error page
          content:
            text/xml: {}
components:
  parameters:
    Service:
      name: service
      in: path
      required: true
      description: Service name; WFS is served by the `*_WFS` services.
      schema:
        type: string
    Folder:
      name: folder
      in: path
      required: true
      schema:
        type: string
        enum:
        - Land_Monitor
        - Landgate_Public_Imagery
        - Landgate_Public_Maps
        - SLIP_Public_Services
        - Utilities
x-generated-by: API Evangelist enrichment pipeline
x-generated: '2026-07-26'
x-method: generated
x-source: live probes of https://public-services.slip.wa.gov.au/public/services
x-authentication: none