---
title: "Search for locations"
method: GET
path: "/locations"
tags: ["Locations"]
---

# Search for locations

`GET /locations`

Search for locations by query. Returns predictions with venue badges for locations that are managed venues on the platform. The query parameter is required.

## Query parameters

- `query` string, required — Search query for location search
- `latitude` number — User's latitude for proximity-based results (optional for better relevance)
- `longitude` number — User's longitude for proximity-based results (optional for better relevance)
- `types` string[] — Filter results by Google Place types (e.g., 'establishment', 'night_club', 'bar')

## Response `200`

OK

- object — Response containing location search results
  - `predictions` object[], required — Array of location predictions
    - `googlePlaceId` string, required — Google Place ID for this location
    - `name` string, required — Primary name of the location
    - `description` string, required — Full formatted address
    - `venue` object — Present if this location is a managed venue on the platform
      - `id` string, required — Venue ID if this location is a managed venue
      - `name` string, required — Venue name
      - `teamId` string, required — Team that manages this venue
      - `image` object — Primary venue image
        - `src` string, uri, required
        - `alt` string, required
        - `width` number, required
        - `height` number, required

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404
- `409` — 409
- `412` — 412
- `422` — 422
- `429` — 429
- `500` — 500
- `501` — 501
- `503` — 503

## Changes

> 42 revisions in range; 2 not diffed.

- **2026-08-02** `84f157e4443a` — 1 info
  - added the non-success response with the status `412`

[Change history](https://skmtc.dev/session/apis/session-services-api/changes/locations/get.md)

---

[API](https://skmtc.dev/session/apis/session-services-api.md) · [All operations](https://skmtc.dev/session/apis/session-services-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/session/session-services-api/revisions/dd6a9144105a/schema)
