---
title: "Get Geo Suggestions"
method: GET
path: "/api/search/geo-suggest"
tags: ["Companies", "People"]
---

# Get Geo Suggestions

`GET /api/search/geo-suggest`

Search for cities and/or subdivisions matching the query.

Args:
    q: Search query (minimum 2 characters)
    type: Filter by location type - 'city', 'subdivision', or 'all' (default)
    limit: Maximum number of results (default 30, max 100)

Returns:
    Combined results from ClickHouse (cities) and static subdivisions.

## Query parameters

- `q` string
- `type` 'city' | 'subdivision' | 'all'
- `limit` integer

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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