getCapabilities
GetCapabilities is a standardized request used by Open Geospatial Consortium (OGC) web services to retrieve a machine-readable document that describes the service's capabilities. This document provides information about the service, including its name, provider, available operations, supported data formats, coordinate reference systems, and the data resources or coverages the service exposes. GetCapabilities is typically accessed via HTTP GET or POST at the service endpoint with parameters such as service, request=GetCapabilities, and a version.
The response is an XML document, commonly referred to as Capabilities, whose exact schema depends on the
GetCapabilities is used by clients to discover what a server can provide and to configure applications automatically.
Because the request is idempotent and often cacheable, clients may retrieve capabilities periodically to detect changes.