---
title: "List Locations"
method: GET
path: "/locations"
---

# List Locations

`GET /locations`

## Headers

- `Accept-Encoding` string, required

## Response `200`

200

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

---

[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)
