---
title: "Allow users to search for music."
method: GET
path: "/gpt/searchMusic"
---

# Allow users to search for music.

`GET /gpt/searchMusic`

Users can search for music and receive an array of music URLs for streaming.

## Query parameters

- `q` string, required

## Response `200`

OK

- MusicsResponse
  - `gpt` object, required
    - `items` MusicItem[] — The array of musics.
      - `title` string
      - `thumbnail` string
      - `ref` string
      - `url` string
      - `owner` string
      - `releaseDate` string
      - `views` number
      - `description` string

---

[API](https://skmtc.net/mbplayer/apis/mixerbox-oneplayer-music-plugin.md) · [All operations](https://skmtc.net/mbplayer/apis/mixerbox-oneplayer-music-plugin/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mbplayer/mixerbox-oneplayer-music-plugin/versions/869476a845be/schema)
