---
title: "Search for Geos"
method: GET
path: "/geo-search/{level}"
---

# Search for Geos

`GET /geo-search/{level}`

## Query parameters

- `query` string
- `typoTolerance` number
- `offset` number
- `limit` number
- `datarun` string

## Response `200`

- GeoSearchResponse — Geo Search API schema for a response.
  - `data` object[], required
    - `attributes` object, required
      - `id` string, required
      - `level` string, required
      - `name` string, required
      - `parent` object, required
        - `id` string, required
        - `level` string, required
        - `name` string, required
    - `id` string, required
    - `type` string, required
  - `meta` object
    - `total` number, required

## Other responses

- `404`

---

[API](https://skmtc.net/lightcast/apis/alumni-pathways-2-0.md) · [All operations](https://skmtc.net/lightcast/apis/alumni-pathways-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightcast/alumni-pathways-2-0/revisions/fc66b9877391/schema)
