---
title: "Get tile"
method: GET
path: "/map/{layergroupid}/{z}/{x}/{y}.png"
tags: ["Anonymous Maps"]
---

# Get tile

`GET /map/{layergroupid}/{z}/{x}/{y}.png`

Get a tile

## Path parameters

- `layergroupid` string, required
- `z` integer, required
- `x` integer, required
- `y` integer, required

## Response `200`

Ok

## Other responses

- `401` — Unauthorized. No authentication provided.
- `403` — Forbidden. The API key does not authorize this request.
- `404` — The specified resource was not found.
- `429` — The user has sent too many requests in a given amount of time ("rate limiting" or "database timeout").
- `500` — Server encountered an unexpected condition that prevented it from fulfilling the request.

## Changes

- **2019-02-07** `86f957fde710` — 2 info
  - added the non-success response with the status `429`
  - added the non-success response with the status `500`

[Change history](https://skmtc.dev/cartodb/apis/maps-api/changes/map/:layergroupid/:z/:x/:y.png/get.md)

---

[API](https://skmtc.dev/cartodb/apis/maps-api.md) · [All operations](https://skmtc.dev/cartodb/apis/maps-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cartodb/maps-api/revisions/35d2b59fee9e/schema)
