# getFeatures

<mark style="color:green;">`GET`</mark> `/dataset/{dataset}/{version}/features`

Get features.

**Headers**

| Name          | Value              |
| ------------- | ------------------ |
| Content-Type  | `application/json` |
| Authorization | `Bearer <token>`   |

**Body**

| Name    | Type   | Description |
| ------- | ------ | ----------- |
| dataset | string | dataset     |
| version | string | version     |
| lat     | number | Latitude    |
| long    | number | Longitude   |
| z       | number | zoom level  |

**Response**

{% tabs %}
{% tab title="422" %}

```json
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}

```

{% endtab %}
{% endtabs %}
