# getCapabilities

<mark style="color:green;">`GET`</mark> `https://api.os.uk/features/v1/wfs?service=wfs&version=2.0.0&request=GetCapabilities&key=`

Returns a metadata document describing the WFS service provided by the server as well as valid WFS operations and parameters.

**Required Parameters**

| Name      | Value                                   |
| --------- | --------------------------------------- |
| `key`     | The API Key provided by the OS Data Hub |
| `request` | `GetCapabilities`                       |
| `service` | `WFS`                                   |
| `version` | `2.0.0`, `1.1.0`, `1.0.0`               |
