---
title: "Retrieve a Location"
method: GET
path: "/locations/{locationId}"
---

# Retrieve a Location

`GET /locations/{locationId}`

## Path parameters

- `locationId` string, required

## Headers

- `Accept-Encoding` string, required

## Response `200`

200

- object
  - `data` object
    - `location` object
      - `id` string
      - `name` string
      - `geometry` object
        - `type` string
        - `coordinates` number[]

---

[API](https://skmtc.dev/tomorrow/apis/tomorrowio-api.md) · [All operations](https://skmtc.dev/tomorrow/apis/tomorrowio-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tomorrow/tomorrowio-api/revisions/18905002092a/schema)
