Search
API for interacting with the search API endpoint.
Example
Tweak example to fit your tech stack and use case.
tracks
Searches for tracks related to the provided query and returns the data
| Prop | Type | Default |
|---|---|---|
token | string | - |
query | string | - |
playlists
Searches for playlists related to the provided query and returns the data
| Prop | Type | Default |
|---|---|---|
token | string | - |
query | string | - |
users
Searches for users related to the provided query and returns the data
| Prop | Type | Default |
|---|---|---|
token | string | - |
query | string | - |
More Info
For more info on endpoints see the official Soundcloud API docs.