---
title: "Get Public List By Id"
method: GET
path: "/saved/public/{list_id}"
tags: ["saved"]
---

# Get Public List By Id

`GET /saved/public/{list_id}`

## Path parameters

- `list_id` string, uuid, required

## Response `200`

Successful Response

- PublicSavedListOut
  - `id` string, uuid, required
  - `title` string, required
  - `updated_at` string, required
  - `city` string, nullable, required
  - `cover_image_url` string, nullable, required
  - `cover_image_thumbhash` string, nullable
  - `hero_image_url` string, nullable, required
  - `hero_image_thumbhash` string, nullable
  - `item_count` integer, required
  - `owner_username` string, nullable, required
  - `source` string, nullable, required
  - `source_author` string, nullable, required
  - `source_url` string, nullable, required
  - `canonical_slug` string, nullable, required
  - `public_url` string, nullable, required
  - `visibility` 'public' | 'private', required
  - `items` PublicSavedItemOut[], required
    - `id` string, uuid, required
    - `list_id` string, uuid, nullable, required
    - `place_ref` string, required
    - `place_id` string, nullable, required
    - `caption` string, nullable, required
    - `name` string, required
    - `category` string, nullable, required
    - `city` string, nullable, required
    - `state` string, nullable, required
    - `country` string, nullable, required
    - `lat` number, nullable, required
    - `lng` number, nullable, required
    - `image_url` string, nullable, required
    - `image_thumbhash` string, nullable
    - `rating` number, nullable, required
    - `num_reviews` integer, nullable, required
    - `tabelog_tier` integer, nullable
    - `michelin` MichelinDistinction — A place's Michelin Guide distinction, structured. Canonical rationale — the TS mirror and the renderers point here rather than restating it. Rides alongside `michelin_award` rather than replacing it: that field is a pre-rendered label ("★★★"), and a label cannot drive iconography. An award string we don't recognise yields NO distinction (we never paint a mark we can't justify) while still surfacing verbatim in `michelin_award`, so a new tier degrades to text rather than disappearing.
      - `tier` 'stars' | 'bib_gourmand' | 'selected', required
      - `stars` integer, nullable
      - `green_star` boolean
      - `url` string, nullable
      - `cuisine` string, nullable
    - `source` string, required
    - `is_shared` boolean, required
    - `created_at` string, required
  - `related_city` RelatedSavedListOut[], required
    - `title` string, required
    - `slug` string, required
    - `username` string, required
    - `city` string, nullable, required
    - `cover_image_url` string, nullable, required
    - `cover_image_thumbhash` string, nullable
    - `item_count` integer, required
  - `related_owner` RelatedSavedListOut[], required
    - `title` string, required
    - `slug` string, required
    - `username` string, required
    - `city` string, nullable, required
    - `cover_image_url` string, nullable, required
    - `cover_image_thumbhash` string, nullable
    - `item_count` integer, required

## Other responses

- `422` — Validation Error

---

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