---
title: "Search for songs"
method: GET
path: "/api/search/songs"
tags: ["search"]
---

# Search for songs

`GET /api/search/songs`

Get all songs that matches a search query.

## Request body

- object
  - `songs` unknown[], required — An array of matching songs' IDs
    - unknown

---

[API](https://skmtc.net/koel/apis/koel-api.md) · [All operations](https://skmtc.net/koel/apis/koel-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/koel/koel-api/revisions/b8837d22df45/schema)
