---
title: "Named map"
method: GET
path: "/map/static/named/{name}/{width}/{height}.{format}"
tags: ["Static Maps"]
---

# Named map

`GET /map/static/named/{name}/{width}/{height}.{format}`

Get the static image of a Named Map by defining width, height and, format. It will use the default vaules defined in the template

## Path parameters

- `name` string, required
- `width` integer, required
- `height` integer, required
- `format` 'png' | 'jpg', required

## Response `200`

Ok

## Other responses

- `400` — The server could not understand the request due to invalid syntax or unexpected condition.
- `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` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/cartodb/apis/maps-api/changes/map/static/named/:name/:width/:height.:format/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)
