# Get Raster Tiles (/docs/v3/4wings/tiles)



### Get raster by tile coordinates [#get-raster-by-tile-coordinates]

This endpoint allows you to get details of the cell of the tile (in PNG or MVT format depending on the parameter).

⚠️ Before using this endpoint, **for PNG format, remember to create your STYLE** that specifies how the data will be visualized. Check more detail about how to generate your style [here.](/docs/v3/4wings/generate-png#create-a-style-for-generate-png-tiles)

Examples using **AIS apparent fishing effort**:

* [EXAMPLE 1](/docs/examples/tiles/tiles-example1) - Get AIS apparent fishing effort heatmap in PNG format
* [EXAMPLE 2](/docs/examples/tiles/tiles-example2) - Get AIS apparent fishing effort heatmap in MVT format

Examples using **SAR (Synthetic-aperture radar) vessel detections**:

* [EXAMPLE 3](/docs/examples/tiles/tiles-example3) - Get SAR vessel detections heatmap in PNG format
* [EXAMPLE 4](/docs/examples/tiles/tiles-example4) - Get SAR vessel detections heatmap in MVT format

Examples using **AIS Vessel Presence**:

* [EXAMPLE 5](/docs/examples/tiles/tiles-example5) - Get AIS vessel presence heatmap in PNG format
* [EXAMPLE 6](/docs/examples/tiles/tiles-example6) - Get AIS vessel presence heatmap in MVT format

#### Get raster [#get-raster]

<OpenAPIPage document="apiv3" operations="[{ path: '/v3/4wings/tile/heatmap/{z}/{x}/{y}', method: 'get' }]" hasHead="false" />
