> For the complete documentation index, see [llms.txt](https://docs.guardianservice.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.guardianservice.app/technical-information/users/standard-registry-users-schemas-and-policies/policies/integrating-3rd-party-data-resources/supported-global-forest-watch-api-methods/getfeatures.md).

# 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 %}
