---
title: "Full-text search"
method: GET
path: "/search"
---

# Full-text search

`GET /search`

Endpoint that allows searching through all data on an Atomic Server. Powered by Tantivy. For more information, open the Endpoint at https://atomicdata.dev/search

## Query parameters

- `q` string, required

## Response `200`

A JSON array of user names

- object

## Changes

- **2021-12-28** `af87fbae1a30` — 1 info
  - endpoint added
- **2021-12-17** `d05f2eb18b6a` — 1 breaking
  - api path removed without deprecation

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

---

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