---
title: "Get search results."
method: GET
path: "/search"
tags: ["search"]
---

# Get search results.

`GET /search`

This endpoint will return search results for the specified query.

## Query parameters

- `scope` 'kurozora' | 'library', required — The types used to perform the search.
- `types[]` string[], required — The types used to perform the search.
- `query` string, required
- `limit` string
- `page` string

## Response `200`

Successful GET Search JSON response

- object

## Other responses

- `400` — Error Kurozora JSON response

## Changes

- **2023-06-07** `78554e6e2ef9` — 1 info
  - endpoint added
- **2021-05-13** `85ac20c1b7bb` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/kurozora/apis/kurozora-api/changes/search/get.md)

---

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