---
title: "Search tracks, albums, playlists, or artists"
method: GET
path: "/audiomack/search"
tags: ["Audiomack"]
---

# Search tracks, albums, playlists, or artists

`GET /audiomack/search`

## Query parameters

- `q` string, required
- `type` 'song' | 'album' | 'playlist' | 'artist'
- `page` integer

## Response `200`

Success

## Other responses

- `400` — Missing query parameter
- `500` — Internal server error

---

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