---
title: "Unified Search Across All Game Data"
method: GET
path: "/api/search"
tags: ["Search"]
---

# Unified Search Across All Game Data

`GET /api/search`

Search across items, vehicles, starmap locations, commodities, blueprints, and missions simultaneously. Returns results grouped by type, limited to 5 results per group.

## Query parameters

- `filter[query]` string, required
- `version` string

## Response `200`

Grouped search results

- object
  - `data` object[]
    - `type` string
    - `label` string
    - `results` object[]
      - `name` string
      - `class_name` string, nullable
      - `classification` string, nullable
      - `classification_label` string, nullable
      - `item_type_label` string, nullable
      - `extra_label` string, nullable
      - `web_url` string
      - `api_url` string

## Other responses

- `422` — Validation error – filter[query] is required and must be at least 2 characters

## Changes

- **2026-04-25** `5cd81baa02cb` — 2 info
  - added the optional property `data/items/results/items/extra_label` to the response with the `200` status
  - added the optional property `data/items/results/items/item_type_label` to the response with the `200` status
- **2026-04-25** `3a87c8145779` — 1 info
  - endpoint added
- **2026-03-29** `8ff40d443bb4` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/starcitizenwiki/apis/star-citizen-wiki-api/changes/api/search/get.md)

---

[API](https://skmtc.dev/starcitizenwiki/apis/star-citizen-wiki-api.md) · [All operations](https://skmtc.dev/starcitizenwiki/apis/star-citizen-wiki-api/llms.txt) · [OpenAPI document](https://skmtc.dev/starcitizenwiki/apis/star-citizen-wiki-api/revisions/5cd81baa02cb?raw)
