---
title: "Saved Locations"
method: GET
path: "/saved/locations"
tags: ["saved"]
---

# Saved Locations

`GET /saved/locations`

Distinct cities (with counts) across a user's saves — drives the
location-grouped sections on the Saved tab.

Groups on the canonical (geocity) locality when the row is linked, falling
back to the raw row city for unlinked rows — so a Tokyo trip's ward-fragmented
saves count as one "Tokyo" section instead of Shibuya/Chuo City/… (STA-378).

## Response `200`

Successful Response

- SavedLocationOut[]
  - `city` string, required
  - `count` integer, required

---

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