---
title: "Search Schools"
method: GET
path: "/schools/search"
tags: ["schools"]
---

# Search Schools

`GET /schools/search`

Search for schools by name, postal code, or region.
Returns schools that match the query string in any of these fields.

## Query parameters

- `query` string, required
- `limit` integer

## Response `200`

Successful Response

- SchoolSearchResponse[]
  - `id` string, required
  - `uai` string, required
  - `name` string, required
  - `postal_code` string, required
  - `region` string, required
  - `city` string, required
  - `kind` string
  - `country` string
  - `b2b_school_id` string, nullable
  - `b2b_school_name` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/excellence-ai/excellence-learning/revisions/c407f3b5a05b/schema)
