> For the complete documentation index, see [llms.txt](https://dev.guardian.hedera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.guardian.hedera.com/guardian/standard-registry/policies/integrating-3rd-party-data-resources/supported-global-forest-watch-api-methods/downloadgeotiff.md).

# downloadGeoTiff

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

Get geoTIFF raster tile.

**Headers**

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

**Body**

| Name           | Type   | Description   |
| -------------- | ------ | ------------- |
| dataset        | string | Dataset       |
| version        | number | Version       |
| grid           | number | Grid          |
| tile\_id       | number | Tile ID       |
| pixel\_meaning | string | Pixel Meaning |

**Response**

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

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

{% endtab %}
{% endtabs %}
