---
title: "GET /weather/locations"
method: GET
path: "/weather/locations"
tags: ["Weather"]
---

# GET /weather/locations

`GET /weather/locations`

## Query parameters

- `zip` string
- `lon` number, double, nullable
- `lat` number, double, nullable

## Response `200`

- WeatherLocation[]
  - `id` string, nullable
  - `zip` string, nullable
  - `name` string, nullable

## Other responses

- `400`
- `401`
- `502`

---

[API](https://skmtc.dev/poolmathapp/apis/my-title.md) · [All operations](https://skmtc.dev/poolmathapp/apis/my-title/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/poolmathapp/my-title/revisions/f50b2025f204/schema)
