---
title: "Get Torque layer"
method: GET
path: "/map/{layergroupid}/{layer}/{z}/{x}/{y}.torque.json"
tags: ["Anonymous Maps"]
---

# Get Torque layer

`GET /map/{layergroupid}/{layer}/{z}/{x}/{y}.torque.json`

If the MapConfig had a Torque layer it could be possible to request it

## Path parameters

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

## Response `200`

Ok

- object

## 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/:layer/:z/:x/:y.torque.json/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)
