---
title: "Place Autocomplete"
method: GET
path: "/saved/place-autocomplete"
tags: ["saved"]
---

# Place Autocomplete

`GET /saved/place-autocomplete`

Google Places autocomplete powering the Saved "Add a place" search.

## Query parameters

- `query` string, required
- `lat` number, nullable
- `lng` number, nullable

## Response `200`

Successful Response

- PlaceSuggestion[]
  - `place_id` string, required
  - `name` string, required
  - `address` string, required
  - `types` string[]

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-14** `01060c7defa6` — 1 info
  - added the optional property `items/types` to the response with the `200` status

[Change history](https://skmtc.dev/stardrift/apis/fastapi/changes/saved/place-autocomplete/get.md)

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc.dev/stardrift/apis/fastapi/revisions/f6559d3df7e9?raw)
