Skip to main content
GET
/
search
Full-text search powered by Typesense
curl --request GET \
  --url http://localhost:6063/search
{
  "albums": [
    {
      "album_art": "5e35f1a2c80de5a6cb3f27132f3f81ea.jpg",
      "artist": "Charli xcx",
      "artist_id": "cmfcfqx3w002dwg08lrasptzo",
      "id": "cmffj228r0007wgc70wuvimfc",
      "label": null,
      "md5": "d15421a438be924a9d24969e3b3b3fbc",
      "title": "Charli",
      "year": 2019,
      "year_string": "2019-09-13"
    },
    {
      "album_art": "0cba3a84d1c43731303a54dc03e3e852.jpg",
      "artist": "Charli xcx",
      "artist_id": "cmfcfqx3w002dwg08lrasptzo",
      "id": "cmfpe1csg0008wguw7f4v18j2",
      "label": null,
      "md5": "e46ac9be6763f80e7bcf4328db202e50",
      "title": "SUCKER",
      "year": 2014,
      "year_string": "2014-12-16"
    }
  ],
  "artists": [],
  "tracks": []
}

Documentation Index

Fetch the complete documentation index at: https://rockboxzig.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

q
string

Search term

Response

200 - application/json

Matching tracks, albums and artists

tracks
object[]
albums
object[]
artists
object[]