Search Domain

Search API

Full-text search and search result endpoints

API Prefix

/api/search

Every endpoint hangs off this prefix so you can compose requests consistently.

Endpoint coverage

4

curated routes spanning common workflows

Playground ready

Deep link directly into the playground with your preferred method and path.

Open in Playground

Capabilities

What you can simulate

Mix and match endpoints to validate dashboards, onboarding flows, error states, and integration docs before touching production systems.

1

Full-text + faceted queries

2

Synonym + typo tolerance

3

Ranking profiles + boosts

4

Index lifecycle endpoints

5

Relevance debug metadata

6

Analytics for zero-result terms

Endpoints

Available routes

Each endpoint responds with JSON objects modeled after production systems, complete with pagination, filtering, and optional latency controls for stress testing.

GET

/api/search

Try it
GET

/api/search?q=mock+api

Try it
GET

/api/search?q=mock+api&per_page=5

Try it
POST

/api/search/index

Try it
search

Tune discovery experiences

Prototype search, autosuggest, and merchandising workflows with consistent fixtures.